Shades of Navy Blue #016ECE
Tints of Navy Blue #016ECE
RGB
CMYK
RGB Variations
Color information
#016ECE (or 0x016ECE) is known color: Navy Blue. HEX triplet: 01, 6E and CE. RGB value is (1,110,206). Sum of RGB (Red+Green+Blue) = 1+110+206=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #016ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ECE is #FE9131. Grayscale: #575757. Windows color (decimal): -16683314 or 13528577. OLE color: 13528577.
HSL color Cylindrical-coordinate representation of color #016ECE: hue angle of 208.1º 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 #016ECE is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 110 | 206 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.19 |
| HSL | 208.1º | 0.99% | 0.41% | - |
| HSV(B) | 208.1º | 1% | 0.81% | - |
| XYZ | 16.73 | 15.61 | 60.52 | - |
| YUV | 88.35 | 194.39 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 206 | 1.00 | 0.47 | 0 | 0.19 | 208.1 | 0.99 | 0.41 |
| Hex | 1 | 6E | CE | 64 | 2F | 0 | 13 | D0 | 63 | 29 |
| Octal | 1 | 156 | 316 | 144 | 57 | 0 | 23 | 320 | 143 | 51 |
| Binary | 1 | 1101110 | 11001110 | 1100100 | 101111 | 0 | 10011 | 11010000 | 1100011 | 101001 |
Color Harmonies of #016ECE
Complementary color
Monochromatic Colors of #016ECE
Black with #016ECE
Text Example
Text Example
White with #016ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ECE; }
p { color: rgb(1,110,206); }
H1.HeaderClassName
{
color: #016ECE;
}
.AnyTagClassName
{
color: #016ECE;
}
</style>
background-color css
<style>
a { background-color: #016ECE; }
a { background-color: rgb(1,110,206); }
div.DivClassName
{
background-color: #016ECE;
}
.BgClassName
{
background-color: #016ECE;
}
</style>
border-color css
<style>
span { border-color: #016ECE; }
span { border-color: rgb(1,110,206); }
td.TdClassName
{
border-color: #016ECE;
}
.TagClassName
{
border-color: #016ECE;
}
</style>