Shades of Navy Blue #024EE5
Tints of Navy Blue #024EE5
RGB
CMYK
RGB Variations
Color information
#024EE5 (or 0x024EE5) is known color: Navy Blue. HEX triplet: 02, 4E and E5. RGB value is (2,78,229). Sum of RGB (Red+Green+Blue) = 2+78+229=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 229 (89.84% from 255 or 74.11% from 309); Max value from RGB is 229 - color contains mainly: blue. Hex color #024EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EE5 is #FDB11A. Grayscale: #474747. Windows color (decimal): -16625947 or 15027714. OLE color: 15027714.
HSL color Cylindrical-coordinate representation of color #024EE5: hue angle of 219.91º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EE5 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 78 | 229 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.10 |
| HSL | 219.91º | 0.98% | 0.45% | - |
| HSV(B) | 219.91º | 0.99% | 0.9% | - |
| XYZ | 16.89 | 11.12 | 75.38 | - |
| YUV | 72.49 | 216.32 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 229 | 0.99 | 0.66 | 0 | 0.10 | 219.91 | 0.98 | 0.45 |
| Hex | 2 | 4E | E5 | 63 | 42 | 0 | A | DC | 62 | 2D |
| Octal | 2 | 116 | 345 | 143 | 102 | 0 | 12 | 334 | 142 | 55 |
| Binary | 10 | 1001110 | 11100101 | 1100011 | 1000010 | 0 | 1010 | 11011100 | 1100010 | 101101 |
Color Harmonies of #024EE5
Complementary color
Monochromatic Colors of #024EE5
Black with #024EE5
Text Example
Text Example
White with #024EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EE5; }
p { color: rgb(2,78,229); }
H1.HeaderClassName
{
color: #024EE5;
}
.AnyTagClassName
{
color: #024EE5;
}
</style>
background-color css
<style>
a { background-color: #024EE5; }
a { background-color: rgb(2,78,229); }
div.DivClassName
{
background-color: #024EE5;
}
.BgClassName
{
background-color: #024EE5;
}
</style>
border-color css
<style>
span { border-color: #024EE5; }
span { border-color: rgb(2,78,229); }
td.TdClassName
{
border-color: #024EE5;
}
.TagClassName
{
border-color: #024EE5;
}
</style>