Shades of Navy Blue #024ED5
Tints of Navy Blue #024ED5
RGB
CMYK
RGB Variations
Color information
#024ED5 (or 0x024ED5) is known color: Navy Blue. HEX triplet: 02, 4E and D5. RGB value is (2,78,213). Sum of RGB (Red+Green+Blue) = 2+78+213=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #024ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ED5 is #FDB12A. Grayscale: #464646. Windows color (decimal): -16625963 or 13979138. OLE color: 13979138.
HSL color Cylindrical-coordinate representation of color #024ED5: hue angle of 218.39º 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 #024ED5 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 78 | 213 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.16 |
| HSL | 218.39º | 0.98% | 0.42% | - |
| HSV(B) | 218.39º | 0.99% | 0.84% | - |
| XYZ | 14.76 | 10.27 | 64.15 | - |
| YUV | 70.67 | 208.32 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 213 | 0.99 | 0.63 | 0 | 0.16 | 218.39 | 0.98 | 0.42 |
| Hex | 2 | 4E | D5 | 63 | 3F | 0 | 10 | DA | 62 | 2A |
| Octal | 2 | 116 | 325 | 143 | 77 | 0 | 20 | 332 | 142 | 52 |
| Binary | 10 | 1001110 | 11010101 | 1100011 | 111111 | 0 | 10000 | 11011010 | 1100010 | 101010 |
Color Harmonies of #024ED5
Complementary color
Monochromatic Colors of #024ED5
Black with #024ED5
Text Example
Text Example
White with #024ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ED5; }
p { color: rgb(2,78,213); }
H1.HeaderClassName
{
color: #024ED5;
}
.AnyTagClassName
{
color: #024ED5;
}
</style>
background-color css
<style>
a { background-color: #024ED5; }
a { background-color: rgb(2,78,213); }
div.DivClassName
{
background-color: #024ED5;
}
.BgClassName
{
background-color: #024ED5;
}
</style>
border-color css
<style>
span { border-color: #024ED5; }
span { border-color: rgb(2,78,213); }
td.TdClassName
{
border-color: #024ED5;
}
.TagClassName
{
border-color: #024ED5;
}
</style>