Shades of Navy Blue #024DCE
Tints of Navy Blue #024DCE
RGB
CMYK
RGB Variations
Color information
#024DCE (or 0x024DCE) is known color: Navy Blue. HEX triplet: 02, 4D and CE. RGB value is (2,77,206). Sum of RGB (Red+Green+Blue) = 2+77+206=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #024DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DCE is #FDB231. Grayscale: #444444. Windows color (decimal): -16626226 or 13520130. OLE color: 13520130.
HSL color Cylindrical-coordinate representation of color #024DCE: hue angle of 217.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DCE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 77 | 206 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.19 |
| HSL | 217.94º | 0.98% | 0.41% | - |
| HSV(B) | 217.94º | 0.99% | 0.81% | - |
| XYZ | 13.82 | 9.78 | 59.55 | - |
| YUV | 69.28 | 205.15 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 206 | 0.99 | 0.63 | 0 | 0.19 | 217.94 | 0.98 | 0.41 |
| Hex | 2 | 4D | CE | 63 | 3F | 0 | 13 | DA | 62 | 29 |
| Octal | 2 | 115 | 316 | 143 | 77 | 0 | 23 | 332 | 142 | 51 |
| Binary | 10 | 1001101 | 11001110 | 1100011 | 111111 | 0 | 10011 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024DCE
Complementary color
Monochromatic Colors of #024DCE
Black with #024DCE
Text Example
Text Example
White with #024DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DCE; }
p { color: rgb(2,77,206); }
H1.HeaderClassName
{
color: #024DCE;
}
.AnyTagClassName
{
color: #024DCE;
}
</style>
background-color css
<style>
a { background-color: #024DCE; }
a { background-color: rgb(2,77,206); }
div.DivClassName
{
background-color: #024DCE;
}
.BgClassName
{
background-color: #024DCE;
}
</style>
border-color css
<style>
span { border-color: #024DCE; }
span { border-color: rgb(2,77,206); }
td.TdClassName
{
border-color: #024DCE;
}
.TagClassName
{
border-color: #024DCE;
}
</style>