Shades of Navy Blue #024EC8
Tints of Navy Blue #024EC8
RGB
CMYK
RGB Variations
Color information
#024EC8 (or 0x024EC8) is known color: Navy Blue. HEX triplet: 02, 4E and C8. RGB value is (2,78,200). Sum of RGB (Red+Green+Blue) = 2+78+200=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 200 (78.52% from 255 or 71.43% from 280); Max value from RGB is 200 - color contains mainly: blue. Hex color #024EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EC8 is #FDB137. Grayscale: #444444. Windows color (decimal): -16625976 or 13127170. OLE color: 13127170.
HSL color Cylindrical-coordinate representation of color #024EC8: hue angle of 216.97º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EC8 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 78 | 200 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.22 |
| HSL | 216.97º | 0.98% | 0.4% | - |
| HSV(B) | 216.97º | 0.99% | 0.78% | - |
| XYZ | 13.17 | 9.63 | 55.81 | - |
| YUV | 69.18 | 201.82 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 200 | 0.99 | 0.61 | 0 | 0.22 | 216.97 | 0.98 | 0.4 |
| Hex | 2 | 4E | C8 | 63 | 3D | 0 | 16 | D9 | 62 | 28 |
| Octal | 2 | 116 | 310 | 143 | 75 | 0 | 26 | 331 | 142 | 50 |
| Binary | 10 | 1001110 | 11001000 | 1100011 | 111101 | 0 | 10110 | 11011001 | 1100010 | 101000 |
Color Harmonies of #024EC8
Complementary color
Monochromatic Colors of #024EC8
Black with #024EC8
Text Example
Text Example
White with #024EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EC8; }
p { color: rgb(2,78,200); }
H1.HeaderClassName
{
color: #024EC8;
}
.AnyTagClassName
{
color: #024EC8;
}
</style>
background-color css
<style>
a { background-color: #024EC8; }
a { background-color: rgb(2,78,200); }
div.DivClassName
{
background-color: #024EC8;
}
.BgClassName
{
background-color: #024EC8;
}
</style>
border-color css
<style>
span { border-color: #024EC8; }
span { border-color: rgb(2,78,200); }
td.TdClassName
{
border-color: #024EC8;
}
.TagClassName
{
border-color: #024EC8;
}
</style>