Shades of Navy Blue #024EEF
Tints of Navy Blue #024EEF
RGB
CMYK
RGB Variations
Color information
#024EEF (or 0x024EEF) is known color: Navy Blue. HEX triplet: 02, 4E and EF. RGB value is (2,78,239). Sum of RGB (Red+Green+Blue) = 2+78+239=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #024EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EEF is #FDB110. Grayscale: #484848. Windows color (decimal): -16625937 or 15683074. OLE color: 15683074.
HSL color Cylindrical-coordinate representation of color #024EEF: hue angle of 220.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EEF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 78 | 239 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.06 |
| HSL | 220.76º | 0.98% | 0.47% | - |
| HSV(B) | 220.76º | 0.99% | 0.94% | - |
| XYZ | 18.33 | 11.69 | 82.95 | - |
| YUV | 73.63 | 221.32 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 239 | 0.99 | 0.67 | 0 | 0.06 | 220.76 | 0.98 | 0.47 |
| Hex | 2 | 4E | EF | 63 | 43 | 0 | 6 | DD | 62 | 2F |
| Octal | 2 | 116 | 357 | 143 | 103 | 0 | 6 | 335 | 142 | 57 |
| Binary | 10 | 1001110 | 11101111 | 1100011 | 1000011 | 0 | 110 | 11011101 | 1100010 | 101111 |
Color Harmonies of #024EEF
Complementary color
Monochromatic Colors of #024EEF
Black with #024EEF
Text Example
Text Example
White with #024EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EEF; }
p { color: rgb(2,78,239); }
H1.HeaderClassName
{
color: #024EEF;
}
.AnyTagClassName
{
color: #024EEF;
}
</style>
background-color css
<style>
a { background-color: #024EEF; }
a { background-color: rgb(2,78,239); }
div.DivClassName
{
background-color: #024EEF;
}
.BgClassName
{
background-color: #024EEF;
}
</style>
border-color css
<style>
span { border-color: #024EEF; }
span { border-color: rgb(2,78,239); }
td.TdClassName
{
border-color: #024EEF;
}
.TagClassName
{
border-color: #024EEF;
}
</style>