Shades of Navy Blue #024EE1
Tints of Navy Blue #024EE1
RGB
CMYK
RGB Variations
Color information
#024EE1 (or 0x024EE1) is known color: Navy Blue. HEX triplet: 02, 4E and E1. RGB value is (2,78,225). Sum of RGB (Red+Green+Blue) = 2+78+225=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #024EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EE1 is #FDB11E. Grayscale: #474747. Windows color (decimal): -16625951 or 14765570. OLE color: 14765570.
HSL color Cylindrical-coordinate representation of color #024EE1: hue angle of 219.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EE1 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 78 | 225 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.12 |
| HSL | 219.55º | 0.98% | 0.45% | - |
| HSV(B) | 219.55º | 0.99% | 0.88% | - |
| XYZ | 16.34 | 10.9 | 72.48 | - |
| YUV | 72.03 | 214.32 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 225 | 0.99 | 0.65 | 0 | 0.12 | 219.55 | 0.98 | 0.45 |
| Hex | 2 | 4E | E1 | 63 | 41 | 0 | C | DC | 62 | 2D |
| Octal | 2 | 116 | 341 | 143 | 101 | 0 | 14 | 334 | 142 | 55 |
| Binary | 10 | 1001110 | 11100001 | 1100011 | 1000001 | 0 | 1100 | 11011100 | 1100010 | 101101 |
Color Harmonies of #024EE1
Complementary color
Monochromatic Colors of #024EE1
Black with #024EE1
Text Example
Text Example
White with #024EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EE1; }
p { color: rgb(2,78,225); }
H1.HeaderClassName
{
color: #024EE1;
}
.AnyTagClassName
{
color: #024EE1;
}
</style>
background-color css
<style>
a { background-color: #024EE1; }
a { background-color: rgb(2,78,225); }
div.DivClassName
{
background-color: #024EE1;
}
.BgClassName
{
background-color: #024EE1;
}
</style>
border-color css
<style>
span { border-color: #024EE1; }
span { border-color: rgb(2,78,225); }
td.TdClassName
{
border-color: #024EE1;
}
.TagClassName
{
border-color: #024EE1;
}
</style>