Shades of Navy Blue #014ECF
Tints of Navy Blue #014ECF
RGB
CMYK
RGB Variations
Color information
#014ECF (or 0x014ECF) is known color: Navy Blue. HEX triplet: 01, 4E and CF. RGB value is (1,78,207). Sum of RGB (Red+Green+Blue) = 1+78+207=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #014ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014ECF is #FEB130. Grayscale: #454545. Windows color (decimal): -16691505 or 13585921. OLE color: 13585921.
HSL color Cylindrical-coordinate representation of color #014ECF: hue angle of 217.57º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014ECF is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 78 | 207 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.19 |
| HSL | 217.57º | 0.99% | 0.41% | - |
| HSV(B) | 217.57º | 1% | 0.81% | - |
| XYZ | 14 | 9.96 | 60.22 | - |
| YUV | 69.68 | 205.49 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 207 | 1.00 | 0.62 | 0 | 0.19 | 217.57 | 0.99 | 0.41 |
| Hex | 1 | 4E | CF | 64 | 3E | 0 | 13 | DA | 63 | 29 |
| Octal | 1 | 116 | 317 | 144 | 76 | 0 | 23 | 332 | 143 | 51 |
| Binary | 1 | 1001110 | 11001111 | 1100100 | 111110 | 0 | 10011 | 11011010 | 1100011 | 101001 |
Color Harmonies of #014ECF
Complementary color
Monochromatic Colors of #014ECF
Black with #014ECF
Text Example
Text Example
White with #014ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ECF; }
p { color: rgb(1,78,207); }
H1.HeaderClassName
{
color: #014ECF;
}
.AnyTagClassName
{
color: #014ECF;
}
</style>
background-color css
<style>
a { background-color: #014ECF; }
a { background-color: rgb(1,78,207); }
div.DivClassName
{
background-color: #014ECF;
}
.BgClassName
{
background-color: #014ECF;
}
</style>
border-color css
<style>
span { border-color: #014ECF; }
span { border-color: rgb(1,78,207); }
td.TdClassName
{
border-color: #014ECF;
}
.TagClassName
{
border-color: #014ECF;
}
</style>