Shades of Navy Blue #024ECE
Tints of Navy Blue #024ECE
RGB
CMYK
RGB Variations
Color information
#024ECE (or 0x024ECE) is known color: Navy Blue. HEX triplet: 02, 4E and CE. RGB value is (2,78,206). Sum of RGB (Red+Green+Blue) = 2+78+206=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #024ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ECE is #FDB131. Grayscale: #454545. Windows color (decimal): -16625970 or 13520386. OLE color: 13520386.
HSL color Cylindrical-coordinate representation of color #024ECE: hue angle of 217.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ECE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 78 | 206 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.19 |
| HSL | 217.65º | 0.98% | 0.41% | - |
| HSV(B) | 217.65º | 0.99% | 0.81% | - |
| XYZ | 13.89 | 9.92 | 59.57 | - |
| YUV | 69.87 | 204.82 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 206 | 0.99 | 0.62 | 0 | 0.19 | 217.65 | 0.98 | 0.41 |
| Hex | 2 | 4E | CE | 63 | 3E | 0 | 13 | DA | 62 | 29 |
| Octal | 2 | 116 | 316 | 143 | 76 | 0 | 23 | 332 | 142 | 51 |
| Binary | 10 | 1001110 | 11001110 | 1100011 | 111110 | 0 | 10011 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024ECE
Complementary color
Monochromatic Colors of #024ECE
Black with #024ECE
Text Example
Text Example
White with #024ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ECE; }
p { color: rgb(2,78,206); }
H1.HeaderClassName
{
color: #024ECE;
}
.AnyTagClassName
{
color: #024ECE;
}
</style>
background-color css
<style>
a { background-color: #024ECE; }
a { background-color: rgb(2,78,206); }
div.DivClassName
{
background-color: #024ECE;
}
.BgClassName
{
background-color: #024ECE;
}
</style>
border-color css
<style>
span { border-color: #024ECE; }
span { border-color: rgb(2,78,206); }
td.TdClassName
{
border-color: #024ECE;
}
.TagClassName
{
border-color: #024ECE;
}
</style>