Shades of Navy Blue #014EC9
Tints of Navy Blue #014EC9
RGB
CMYK
RGB Variations
Color information
#014EC9 (or 0x014EC9) is known color: Navy Blue. HEX triplet: 01, 4E and C9. RGB value is (1,78,201). Sum of RGB (Red+Green+Blue) = 1+78+201=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #014EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EC9 is #FEB136. Grayscale: #444444. Windows color (decimal): -16691511 or 13192705. OLE color: 13192705.
HSL color Cylindrical-coordinate representation of color #014EC9: hue angle of 216.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EC9 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 78 | 201 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.21 |
| HSL | 216.9º | 0.99% | 0.4% | - |
| HSV(B) | 216.9º | 1% | 0.79% | - |
| XYZ | 13.28 | 9.67 | 56.43 | - |
| YUV | 69 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 201 | 1.00 | 0.61 | 0 | 0.21 | 216.9 | 0.99 | 0.4 |
| Hex | 1 | 4E | C9 | 64 | 3D | 0 | 15 | D9 | 63 | 28 |
| Octal | 1 | 116 | 311 | 144 | 75 | 0 | 25 | 331 | 143 | 50 |
| Binary | 1 | 1001110 | 11001001 | 1100100 | 111101 | 0 | 10101 | 11011001 | 1100011 | 101000 |
Color Harmonies of #014EC9
Complementary color
Monochromatic Colors of #014EC9
Black with #014EC9
Text Example
Text Example
White with #014EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EC9; }
p { color: rgb(1,78,201); }
H1.HeaderClassName
{
color: #014EC9;
}
.AnyTagClassName
{
color: #014EC9;
}
</style>
background-color css
<style>
a { background-color: #014EC9; }
a { background-color: rgb(1,78,201); }
div.DivClassName
{
background-color: #014EC9;
}
.BgClassName
{
background-color: #014EC9;
}
</style>
border-color css
<style>
span { border-color: #014EC9; }
span { border-color: rgb(1,78,201); }
td.TdClassName
{
border-color: #014EC9;
}
.TagClassName
{
border-color: #014EC9;
}
</style>