Shades of Navy Blue #014EE9
Tints of Navy Blue #014EE9
RGB
CMYK
RGB Variations
Color information
#014EE9 (or 0x014EE9) is known color: Navy Blue. HEX triplet: 01, 4E and E9. RGB value is (1,78,233). Sum of RGB (Red+Green+Blue) = 1+78+233=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #014EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EE9 is #FEB116. Grayscale: #474747. Windows color (decimal): -16691479 or 15289857. OLE color: 15289857.
HSL color Cylindrical-coordinate representation of color #014EE9: hue angle of 220.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EE9 is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 78 | 233 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.09 |
| HSL | 220.09º | 0.99% | 0.46% | - |
| HSV(B) | 220.09º | 1% | 0.91% | - |
| XYZ | 17.44 | 11.34 | 78.36 | - |
| YUV | 72.65 | 218.49 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 233 | 1.00 | 0.67 | 0 | 0.09 | 220.09 | 0.99 | 0.46 |
| Hex | 1 | 4E | E9 | 64 | 43 | 0 | 9 | DC | 63 | 2E |
| Octal | 1 | 116 | 351 | 144 | 103 | 0 | 11 | 334 | 143 | 56 |
| Binary | 1 | 1001110 | 11101001 | 1100100 | 1000011 | 0 | 1001 | 11011100 | 1100011 | 101110 |
Color Harmonies of #014EE9
Complementary color
Monochromatic Colors of #014EE9
Black with #014EE9
Text Example
Text Example
White with #014EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EE9; }
p { color: rgb(1,78,233); }
H1.HeaderClassName
{
color: #014EE9;
}
.AnyTagClassName
{
color: #014EE9;
}
</style>
background-color css
<style>
a { background-color: #014EE9; }
a { background-color: rgb(1,78,233); }
div.DivClassName
{
background-color: #014EE9;
}
.BgClassName
{
background-color: #014EE9;
}
</style>
border-color css
<style>
span { border-color: #014EE9; }
span { border-color: rgb(1,78,233); }
td.TdClassName
{
border-color: #014EE9;
}
.TagClassName
{
border-color: #014EE9;
}
</style>