Shades of Navy Blue #024DC9
Tints of Navy Blue #024DC9
RGB
CMYK
RGB Variations
Color information
#024DC9 (or 0x024DC9) is known color: Navy Blue. HEX triplet: 02, 4D and C9. RGB value is (2,77,201). Sum of RGB (Red+Green+Blue) = 2+77+201=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #024DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DC9 is #FDB236. Grayscale: #444444. Windows color (decimal): -16626231 or 13192450. OLE color: 13192450.
HSL color Cylindrical-coordinate representation of color #024DC9: hue angle of 217.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DC9 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 77 | 201 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.21 |
| HSL | 217.39º | 0.98% | 0.4% | - |
| HSV(B) | 217.39º | 0.99% | 0.79% | - |
| XYZ | 13.22 | 9.54 | 56.4 | - |
| YUV | 68.71 | 202.65 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 201 | 0.99 | 0.62 | 0 | 0.21 | 217.39 | 0.98 | 0.4 |
| Hex | 2 | 4D | C9 | 63 | 3E | 0 | 15 | D9 | 62 | 28 |
| Octal | 2 | 115 | 311 | 143 | 76 | 0 | 25 | 331 | 142 | 50 |
| Binary | 10 | 1001101 | 11001001 | 1100011 | 111110 | 0 | 10101 | 11011001 | 1100010 | 101000 |
Color Harmonies of #024DC9
Complementary color
Monochromatic Colors of #024DC9
Black with #024DC9
Text Example
Text Example
White with #024DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DC9; }
p { color: rgb(2,77,201); }
H1.HeaderClassName
{
color: #024DC9;
}
.AnyTagClassName
{
color: #024DC9;
}
</style>
background-color css
<style>
a { background-color: #024DC9; }
a { background-color: rgb(2,77,201); }
div.DivClassName
{
background-color: #024DC9;
}
.BgClassName
{
background-color: #024DC9;
}
</style>
border-color css
<style>
span { border-color: #024DC9; }
span { border-color: rgb(2,77,201); }
td.TdClassName
{
border-color: #024DC9;
}
.TagClassName
{
border-color: #024DC9;
}
</style>