Shades of Navy Blue #024EEE
Tints of Navy Blue #024EEE
RGB
CMYK
RGB Variations
Color information
#024EEE (or 0x024EEE) is known color: Navy Blue. HEX triplet: 02, 4E and EE. RGB value is (2,78,238). Sum of RGB (Red+Green+Blue) = 2+78+238=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #024EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EEE is #FDB111. Grayscale: #484848. Windows color (decimal): -16625938 or 15617538. OLE color: 15617538.
HSL color Cylindrical-coordinate representation of color #024EEE: hue angle of 220.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EEE is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 78 | 238 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.07 |
| HSL | 220.68º | 0.98% | 0.47% | - |
| HSV(B) | 220.68º | 0.99% | 0.93% | - |
| XYZ | 18.18 | 11.63 | 82.18 | - |
| YUV | 73.52 | 220.82 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 238 | 0.99 | 0.67 | 0 | 0.07 | 220.68 | 0.98 | 0.47 |
| Hex | 2 | 4E | EE | 63 | 43 | 0 | 7 | DD | 62 | 2F |
| Octal | 2 | 116 | 356 | 143 | 103 | 0 | 7 | 335 | 142 | 57 |
| Binary | 10 | 1001110 | 11101110 | 1100011 | 1000011 | 0 | 111 | 11011101 | 1100010 | 101111 |
Color Harmonies of #024EEE
Complementary color
Monochromatic Colors of #024EEE
Black with #024EEE
Text Example
Text Example
White with #024EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EEE; }
p { color: rgb(2,78,238); }
H1.HeaderClassName
{
color: #024EEE;
}
.AnyTagClassName
{
color: #024EEE;
}
</style>
background-color css
<style>
a { background-color: #024EEE; }
a { background-color: rgb(2,78,238); }
div.DivClassName
{
background-color: #024EEE;
}
.BgClassName
{
background-color: #024EEE;
}
</style>
border-color css
<style>
span { border-color: #024EEE; }
span { border-color: rgb(2,78,238); }
td.TdClassName
{
border-color: #024EEE;
}
.TagClassName
{
border-color: #024EEE;
}
</style>