Shades of Navy Blue #024ED1
Tints of Navy Blue #024ED1
RGB
CMYK
RGB Variations
Color information
#024ED1 (or 0x024ED1) is known color: Navy Blue. HEX triplet: 02, 4E and D1. RGB value is (2,78,209). Sum of RGB (Red+Green+Blue) = 2+78+209=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 209 (82.03% from 255 or 72.32% from 289); Max value from RGB is 209 - color contains mainly: blue. Hex color #024ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ED1 is #FDB12E. Grayscale: #454545. Windows color (decimal): -16625967 or 13716994. OLE color: 13716994.
HSL color Cylindrical-coordinate representation of color #024ED1: hue angle of 217.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ED1 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 78 | 209 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.18 |
| HSL | 217.97º | 0.98% | 0.41% | - |
| HSV(B) | 217.97º | 0.99% | 0.82% | - |
| XYZ | 14.26 | 10.07 | 61.51 | - |
| YUV | 70.21 | 206.32 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 209 | 0.99 | 0.63 | 0 | 0.18 | 217.97 | 0.98 | 0.41 |
| Hex | 2 | 4E | D1 | 63 | 3F | 0 | 12 | DA | 62 | 29 |
| Octal | 2 | 116 | 321 | 143 | 77 | 0 | 22 | 332 | 142 | 51 |
| Binary | 10 | 1001110 | 11010001 | 1100011 | 111111 | 0 | 10010 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024ED1
Complementary color
Monochromatic Colors of #024ED1
Black with #024ED1
Text Example
Text Example
White with #024ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ED1; }
p { color: rgb(2,78,209); }
H1.HeaderClassName
{
color: #024ED1;
}
.AnyTagClassName
{
color: #024ED1;
}
</style>
background-color css
<style>
a { background-color: #024ED1; }
a { background-color: rgb(2,78,209); }
div.DivClassName
{
background-color: #024ED1;
}
.BgClassName
{
background-color: #024ED1;
}
</style>
border-color css
<style>
span { border-color: #024ED1; }
span { border-color: rgb(2,78,209); }
td.TdClassName
{
border-color: #024ED1;
}
.TagClassName
{
border-color: #024ED1;
}
</style>