Shades of Navy Blue #024ECC
Tints of Navy Blue #024ECC
RGB
CMYK
RGB Variations
Color information
#024ECC (or 0x024ECC) is known color: Navy Blue. HEX triplet: 02, 4E and CC. RGB value is (2,78,204). Sum of RGB (Red+Green+Blue) = 2+78+204=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #024ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ECC is #FDB133. Grayscale: #454545. Windows color (decimal): -16625972 or 13389314. OLE color: 13389314.
HSL color Cylindrical-coordinate representation of color #024ECC: hue angle of 217.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ECC is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 78 | 204 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.2 |
| HSL | 217.43º | 0.98% | 0.4% | - |
| HSV(B) | 217.43º | 0.99% | 0.8% | - |
| XYZ | 13.65 | 9.82 | 58.3 | - |
| YUV | 69.64 | 203.82 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 204 | 0.99 | 0.62 | 0 | 0.2 | 217.43 | 0.98 | 0.4 |
| Hex | 2 | 4E | CC | 63 | 3E | 0 | 14 | D9 | 62 | 28 |
| Octal | 2 | 116 | 314 | 143 | 76 | 0 | 24 | 331 | 142 | 50 |
| Binary | 10 | 1001110 | 11001100 | 1100011 | 111110 | 0 | 10100 | 11011001 | 1100010 | 101000 |
Color Harmonies of #024ECC
Complementary color
Monochromatic Colors of #024ECC
Black with #024ECC
Text Example
Text Example
White with #024ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ECC; }
p { color: rgb(2,78,204); }
H1.HeaderClassName
{
color: #024ECC;
}
.AnyTagClassName
{
color: #024ECC;
}
</style>
background-color css
<style>
a { background-color: #024ECC; }
a { background-color: rgb(2,78,204); }
div.DivClassName
{
background-color: #024ECC;
}
.BgClassName
{
background-color: #024ECC;
}
</style>
border-color css
<style>
span { border-color: #024ECC; }
span { border-color: rgb(2,78,204); }
td.TdClassName
{
border-color: #024ECC;
}
.TagClassName
{
border-color: #024ECC;
}
</style>