Shades of Navy Blue #014ECB
Tints of Navy Blue #014ECB
RGB
CMYK
RGB Variations
Color information
#014ECB (or 0x014ECB) is known color: Navy Blue. HEX triplet: 01, 4E and CB. RGB value is (1,78,203). Sum of RGB (Red+Green+Blue) = 1+78+203=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #014ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014ECB is #FEB134. Grayscale: #444444. Windows color (decimal): -16691509 or 13323777. OLE color: 13323777.
HSL color Cylindrical-coordinate representation of color #014ECB: hue angle of 217.13º 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 #014ECB is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 78 | 203 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.20 |
| HSL | 217.13º | 0.99% | 0.4% | - |
| HSV(B) | 217.13º | 1% | 0.8% | - |
| XYZ | 13.52 | 9.77 | 57.67 | - |
| YUV | 69.23 | 203.49 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 203 | 1.00 | 0.62 | 0 | 0.20 | 217.13 | 0.99 | 0.4 |
| Hex | 1 | 4E | CB | 64 | 3E | 0 | 14 | D9 | 63 | 28 |
| Octal | 1 | 116 | 313 | 144 | 76 | 0 | 24 | 331 | 143 | 50 |
| Binary | 1 | 1001110 | 11001011 | 1100100 | 111110 | 0 | 10100 | 11011001 | 1100011 | 101000 |
Color Harmonies of #014ECB
Complementary color
Monochromatic Colors of #014ECB
Black with #014ECB
Text Example
Text Example
White with #014ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ECB; }
p { color: rgb(1,78,203); }
H1.HeaderClassName
{
color: #014ECB;
}
.AnyTagClassName
{
color: #014ECB;
}
</style>
background-color css
<style>
a { background-color: #014ECB; }
a { background-color: rgb(1,78,203); }
div.DivClassName
{
background-color: #014ECB;
}
.BgClassName
{
background-color: #014ECB;
}
</style>
border-color css
<style>
span { border-color: #014ECB; }
span { border-color: rgb(1,78,203); }
td.TdClassName
{
border-color: #014ECB;
}
.TagClassName
{
border-color: #014ECB;
}
</style>