Shades of Navy Blue #004ECC
Tints of Navy Blue #004ECC
RGB
CMYK
RGB Variations
Color information
#004ECC (or 0x004ECC) is known color: Navy Blue. HEX triplet: 00, 4E and CC. RGB value is (0,78,204). Sum of RGB (Red+Green+Blue) = 0+78+204=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #004ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ECC is #FFB133. Grayscale: #444444. Windows color (decimal): -16757044 or 13389312. OLE color: 13389312.
HSL color Cylindrical-coordinate representation of color #004ECC: hue angle of 217.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ECC is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 78 | 204 | - |
| CMYK | 1 | 0.62 | 0 | 0.2 |
| HSL | 217.06º | 1% | 0.4% | - |
| HSV(B) | 217.06º | 1% | 0.8% | - |
| XYZ | 13.62 | 9.81 | 58.3 | - |
| YUV | 69.04 | 204.16 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 204 | 1 | 0.62 | 0 | 0.2 | 217.06 | 1 | 0.4 |
| Hex | 0 | 4E | CC | 64 | 3E | 0 | 14 | D9 | 64 | 28 |
| Octal | 0 | 116 | 314 | 144 | 76 | 0 | 24 | 331 | 144 | 50 |
| Binary | 0 | 1001110 | 11001100 | 1100100 | 111110 | 0 | 10100 | 11011001 | 1100100 | 101000 |
Color Harmonies of #004ECC
Complementary color
Monochromatic Colors of #004ECC
Black with #004ECC
Text Example
Text Example
White with #004ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ECC; }
p { color: rgb(0,78,204); }
H1.HeaderClassName
{
color: #004ECC;
}
.AnyTagClassName
{
color: #004ECC;
}
</style>
background-color css
<style>
a { background-color: #004ECC; }
a { background-color: rgb(0,78,204); }
div.DivClassName
{
background-color: #004ECC;
}
.BgClassName
{
background-color: #004ECC;
}
</style>
border-color css
<style>
span { border-color: #004ECC; }
span { border-color: rgb(0,78,204); }
td.TdClassName
{
border-color: #004ECC;
}
.TagClassName
{
border-color: #004ECC;
}
</style>