Shades of Navy Blue #024ED8
Tints of Navy Blue #024ED8
RGB
CMYK
RGB Variations
Color information
#024ED8 (or 0x024ED8) is known color: Navy Blue. HEX triplet: 02, 4E and D8. RGB value is (2,78,216). Sum of RGB (Red+Green+Blue) = 2+78+216=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 216 (84.77% from 255 or 72.97% from 296); Max value from RGB is 216 - color contains mainly: blue. Hex color #024ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ED8 is #FDB127. Grayscale: #464646. Windows color (decimal): -16625960 or 14175746. OLE color: 14175746.
HSL color Cylindrical-coordinate representation of color #024ED8: hue angle of 218.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ED8 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 78 | 216 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.15 |
| HSL | 218.69º | 0.98% | 0.43% | - |
| HSV(B) | 218.69º | 0.99% | 0.85% | - |
| XYZ | 15.14 | 10.42 | 66.18 | - |
| YUV | 71.01 | 209.82 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 216 | 0.99 | 0.64 | 0 | 0.15 | 218.69 | 0.98 | 0.43 |
| Hex | 2 | 4E | D8 | 63 | 40 | 0 | F | DB | 62 | 2B |
| Octal | 2 | 116 | 330 | 143 | 100 | 0 | 17 | 333 | 142 | 53 |
| Binary | 10 | 1001110 | 11011000 | 1100011 | 1000000 | 0 | 1111 | 11011011 | 1100010 | 101011 |
Color Harmonies of #024ED8
Complementary color
Monochromatic Colors of #024ED8
Black with #024ED8
Text Example
Text Example
White with #024ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ED8; }
p { color: rgb(2,78,216); }
H1.HeaderClassName
{
color: #024ED8;
}
.AnyTagClassName
{
color: #024ED8;
}
</style>
background-color css
<style>
a { background-color: #024ED8; }
a { background-color: rgb(2,78,216); }
div.DivClassName
{
background-color: #024ED8;
}
.BgClassName
{
background-color: #024ED8;
}
</style>
border-color css
<style>
span { border-color: #024ED8; }
span { border-color: rgb(2,78,216); }
td.TdClassName
{
border-color: #024ED8;
}
.TagClassName
{
border-color: #024ED8;
}
</style>