Color: #003ADF
#003ADF Color Information
#003ADF is a dark color. The closest websafe version is #003ADF. A complement of this color would be #E0A500, perceived brightness is 0.23, and the grayscale version is #707070.
In the HSL color space, this color has a hue angle of 224°,a saturation of 99%, and a lightness of 44%.The HSV representation shows a hue of 224°, a saturation of 100%, and a value of 87%.
In a RGB color space, #003ADF is composed of 0% red, 23% green and 87% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 74% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 7.51, x: 0.1674, and y: 0.1031.
Color Code #003ADF
Shades of Color #003ADF
Shades are created by darkening the original color #003ADF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #003ADF
Tints are created by lightening the original color #003ADF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #003ADF Color Code
In the HSL color space, this color has a hue angle of 224°, a saturation of 100%, and a lightness of 44%. The HSV representation shows a hue of 224°, a saturation of 100%, and a value of 87%.
- HEX: #003ADF
- RGB: rgb(0, 58, 223)
- HSL: hsl(224, 100%, 44%)
- HSV: hsv(224, 100%, 87%)
- CMYK: 100.00% cyan, 74.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 12.19, 7.51, 53.11
- Yxy: 7.51, 0.1674, 0.1031
- Hunter Lab: 32.93, 40.01, -88.31
- CIE-Lab: 32.93, 40.01, -88.31
In the XYZ color space, this color is represented as X: 12.19, Y: 7.51, Z: 53.11. The Yxy representation further refines this as Y: 7.51, x: 0.1674, and y: 0.1031.
In the Hunter Lab color space, this color is represented as L: 32.93, a: 40.01, and b: -88.31. Similarly, in the CIE-Lab color space, it is represented as L: 32.93, a: 40.01, and b: -88.31.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #003ADF
Triadic colors are three colors evenly spaced around the color wheel, including #003ADF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #003ADF
Monochromatic colors are variations of #003ADF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #003ADF
The complementary color of #003ADF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #003ADF
/* Using HEX */ body { background-color: #003adf; }
/* Using RGB */ body { background-color: rgb(0, 58, 223); }
/* Using RGB with opacity */ body { background-color: rgba(0, 58, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(224, 100%, 44%); }
/* Text color */ p { color: #003adf; }
/* Box shadow */ div { box-shadow: 4px 4px #003adf; }
/* Border color */ .box { border: 4px solid #003adf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #003adf; }
/* Background with text */ div { background: #003adf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #003ADF
<!-- Using HEX --> <div style="background-color: #003adf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(0, 58, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(0, 58, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(224, 100%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #003adf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #003adf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #003adf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #003adf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #003adf; color: #fff; padding: 16px; border-radius: 8px;"> #003ADF </div>
Related Colors of #003ADF
These colors are similar to #003ADF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.