Shades of Navy Blue #024EE7
Tints of Navy Blue #024EE7
RGB
CMYK
RGB Variations
Color information
#024EE7 (or 0x024EE7) is known color: Navy Blue. HEX triplet: 02, 4E and E7. RGB value is (2,78,231). Sum of RGB (Red+Green+Blue) = 2+78+231=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 231 (90.62% from 255 or 74.28% from 311); Max value from RGB is 231 - color contains mainly: blue. Hex color #024EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EE7 is #FDB118. Grayscale: #484848. Windows color (decimal): -16625945 or 15158786. OLE color: 15158786.
HSL color Cylindrical-coordinate representation of color #024EE7: hue angle of 220.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EE7 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 78 | 231 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.09 |
| HSL | 220.09º | 0.98% | 0.46% | - |
| HSV(B) | 220.09º | 0.99% | 0.91% | - |
| XYZ | 17.17 | 11.23 | 76.86 | - |
| YUV | 72.72 | 217.32 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 231 | 0.99 | 0.66 | 0 | 0.09 | 220.09 | 0.98 | 0.46 |
| Hex | 2 | 4E | E7 | 63 | 42 | 0 | 9 | DC | 62 | 2E |
| Octal | 2 | 116 | 347 | 143 | 102 | 0 | 11 | 334 | 142 | 56 |
| Binary | 10 | 1001110 | 11100111 | 1100011 | 1000010 | 0 | 1001 | 11011100 | 1100010 | 101110 |
Color Harmonies of #024EE7
Complementary color
Monochromatic Colors of #024EE7
Black with #024EE7
Text Example
Text Example
White with #024EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EE7; }
p { color: rgb(2,78,231); }
H1.HeaderClassName
{
color: #024EE7;
}
.AnyTagClassName
{
color: #024EE7;
}
</style>
background-color css
<style>
a { background-color: #024EE7; }
a { background-color: rgb(2,78,231); }
div.DivClassName
{
background-color: #024EE7;
}
.BgClassName
{
background-color: #024EE7;
}
</style>
border-color css
<style>
span { border-color: #024EE7; }
span { border-color: rgb(2,78,231); }
td.TdClassName
{
border-color: #024EE7;
}
.TagClassName
{
border-color: #024EE7;
}
</style>