Shades of Navy Blue #024ED2
Tints of Navy Blue #024ED2
RGB
CMYK
RGB Variations
Color information
#024ED2 (or 0x024ED2) is known color: Navy Blue. HEX triplet: 02, 4E and D2. RGB value is (2,78,210). Sum of RGB (Red+Green+Blue) = 2+78+210=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #024ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ED2 is #FDB12D. Grayscale: #454545. Windows color (decimal): -16625966 or 13782530. OLE color: 13782530.
HSL color Cylindrical-coordinate representation of color #024ED2: hue angle of 218.08º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ED2 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 78 | 210 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.18 |
| HSL | 218.08º | 0.98% | 0.42% | - |
| HSV(B) | 218.08º | 0.99% | 0.82% | - |
| XYZ | 14.38 | 10.11 | 62.17 | - |
| YUV | 70.32 | 206.82 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 210 | 0.99 | 0.63 | 0 | 0.18 | 218.08 | 0.98 | 0.42 |
| Hex | 2 | 4E | D2 | 63 | 3F | 0 | 12 | DA | 62 | 2A |
| Octal | 2 | 116 | 322 | 143 | 77 | 0 | 22 | 332 | 142 | 52 |
| Binary | 10 | 1001110 | 11010010 | 1100011 | 111111 | 0 | 10010 | 11011010 | 1100010 | 101010 |
Color Harmonies of #024ED2
Complementary color
Monochromatic Colors of #024ED2
Black with #024ED2
Text Example
Text Example
White with #024ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ED2; }
p { color: rgb(2,78,210); }
H1.HeaderClassName
{
color: #024ED2;
}
.AnyTagClassName
{
color: #024ED2;
}
</style>
background-color css
<style>
a { background-color: #024ED2; }
a { background-color: rgb(2,78,210); }
div.DivClassName
{
background-color: #024ED2;
}
.BgClassName
{
background-color: #024ED2;
}
</style>
border-color css
<style>
span { border-color: #024ED2; }
span { border-color: rgb(2,78,210); }
td.TdClassName
{
border-color: #024ED2;
}
.TagClassName
{
border-color: #024ED2;
}
</style>