Shades of Navy Blue #024DC8
Tints of Navy Blue #024DC8
RGB
CMYK
RGB Variations
Color information
#024DC8 (or 0x024DC8) is known color: Navy Blue. HEX triplet: 02, 4D and C8. RGB value is (2,77,200). Sum of RGB (Red+Green+Blue) = 2+77+200=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #024DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DC8 is #FDB237. Grayscale: #444444. Windows color (decimal): -16626232 or 13126914. OLE color: 13126914.
HSL color Cylindrical-coordinate representation of color #024DC8: hue angle of 217.27º 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 #024DC8 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 77 | 200 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.22 |
| HSL | 217.27º | 0.98% | 0.4% | - |
| HSV(B) | 217.27º | 0.99% | 0.78% | - |
| XYZ | 13.1 | 9.49 | 55.78 | - |
| YUV | 68.6 | 202.15 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 200 | 0.99 | 0.62 | 0 | 0.22 | 217.27 | 0.98 | 0.4 |
| Hex | 2 | 4D | C8 | 63 | 3E | 0 | 16 | D9 | 62 | 28 |
| Octal | 2 | 115 | 310 | 143 | 76 | 0 | 26 | 331 | 142 | 50 |
| Binary | 10 | 1001101 | 11001000 | 1100011 | 111110 | 0 | 10110 | 11011001 | 1100010 | 101000 |
Color Harmonies of #024DC8
Complementary color
Monochromatic Colors of #024DC8
Black with #024DC8
Text Example
Text Example
White with #024DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DC8; }
p { color: rgb(2,77,200); }
H1.HeaderClassName
{
color: #024DC8;
}
.AnyTagClassName
{
color: #024DC8;
}
</style>
background-color css
<style>
a { background-color: #024DC8; }
a { background-color: rgb(2,77,200); }
div.DivClassName
{
background-color: #024DC8;
}
.BgClassName
{
background-color: #024DC8;
}
</style>
border-color css
<style>
span { border-color: #024DC8; }
span { border-color: rgb(2,77,200); }
td.TdClassName
{
border-color: #024DC8;
}
.TagClassName
{
border-color: #024DC8;
}
</style>