Shades of Navy Blue #024ED6
Tints of Navy Blue #024ED6
RGB
CMYK
RGB Variations
Color information
#024ED6 (or 0x024ED6) is known color: Navy Blue. HEX triplet: 02, 4E and D6. RGB value is (2,78,214). Sum of RGB (Red+Green+Blue) = 2+78+214=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 214 (83.98% from 255 or 72.79% from 294); Max value from RGB is 214 - color contains mainly: blue. Hex color #024ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ED6 is #FDB129. Grayscale: #464646. Windows color (decimal): -16625962 or 14044674. OLE color: 14044674.
HSL color Cylindrical-coordinate representation of color #024ED6: hue angle of 218.49º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ED6 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 78 | 214 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.16 |
| HSL | 218.49º | 0.98% | 0.42% | - |
| HSV(B) | 218.49º | 0.99% | 0.84% | - |
| XYZ | 14.89 | 10.32 | 64.83 | - |
| YUV | 70.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 214 | 0.99 | 0.64 | 0 | 0.16 | 218.49 | 0.98 | 0.42 |
| Hex | 2 | 4E | D6 | 63 | 40 | 0 | 10 | DA | 62 | 2A |
| Octal | 2 | 116 | 326 | 143 | 100 | 0 | 20 | 332 | 142 | 52 |
| Binary | 10 | 1001110 | 11010110 | 1100011 | 1000000 | 0 | 10000 | 11011010 | 1100010 | 101010 |
Color Harmonies of #024ED6
Complementary color
Monochromatic Colors of #024ED6
Black with #024ED6
Text Example
Text Example
White with #024ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ED6; }
p { color: rgb(2,78,214); }
H1.HeaderClassName
{
color: #024ED6;
}
.AnyTagClassName
{
color: #024ED6;
}
</style>
background-color css
<style>
a { background-color: #024ED6; }
a { background-color: rgb(2,78,214); }
div.DivClassName
{
background-color: #024ED6;
}
.BgClassName
{
background-color: #024ED6;
}
</style>
border-color css
<style>
span { border-color: #024ED6; }
span { border-color: rgb(2,78,214); }
td.TdClassName
{
border-color: #024ED6;
}
.TagClassName
{
border-color: #024ED6;
}
</style>