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