Shades of Navy Blue #024EE6
Tints of Navy Blue #024EE6
RGB
CMYK
RGB Variations
Color information
#024EE6 (or 0x024EE6) is known color: Navy Blue. HEX triplet: 02, 4E and E6. RGB value is (2,78,230). Sum of RGB (Red+Green+Blue) = 2+78+230=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #024EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EE6 is #FDB119. Grayscale: #474747. Windows color (decimal): -16625946 or 15093250. OLE color: 15093250.
HSL color Cylindrical-coordinate representation of color #024EE6: hue angle of 220º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EE6 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 78 | 230 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.10 |
| HSL | 220º | 0.98% | 0.45% | - |
| HSV(B) | 220º | 0.99% | 0.9% | - |
| XYZ | 17.03 | 11.17 | 76.12 | - |
| YUV | 72.6 | 216.82 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 230 | 0.99 | 0.66 | 0 | 0.10 | 220 | 0.98 | 0.45 |
| Hex | 2 | 4E | E6 | 63 | 42 | 0 | A | DC | 62 | 2D |
| Octal | 2 | 116 | 346 | 143 | 102 | 0 | 12 | 334 | 142 | 55 |
| Binary | 10 | 1001110 | 11100110 | 1100011 | 1000010 | 0 | 1010 | 11011100 | 1100010 | 101101 |
Color Harmonies of #024EE6
Complementary color
Monochromatic Colors of #024EE6
Black with #024EE6
Text Example
Text Example
White with #024EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EE6; }
p { color: rgb(2,78,230); }
H1.HeaderClassName
{
color: #024EE6;
}
.AnyTagClassName
{
color: #024EE6;
}
</style>
background-color css
<style>
a { background-color: #024EE6; }
a { background-color: rgb(2,78,230); }
div.DivClassName
{
background-color: #024EE6;
}
.BgClassName
{
background-color: #024EE6;
}
</style>
border-color css
<style>
span { border-color: #024EE6; }
span { border-color: rgb(2,78,230); }
td.TdClassName
{
border-color: #024EE6;
}
.TagClassName
{
border-color: #024EE6;
}
</style>