Shades of Navy Blue #016ECB
Tints of Navy Blue #016ECB
RGB
CMYK
RGB Variations
Color information
#016ECB (or 0x016ECB) is known color: Navy Blue. HEX triplet: 01, 6E and CB. RGB value is (1,110,203). Sum of RGB (Red+Green+Blue) = 1+110+203=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #016ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ECB is #FE9134. Grayscale: #575757. Windows color (decimal): -16683317 or 13331969. OLE color: 13331969.
HSL color Cylindrical-coordinate representation of color #016ECB: hue angle of 207.62º 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 #016ECB is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 110 | 203 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.20 |
| HSL | 207.62º | 0.99% | 0.4% | - |
| HSV(B) | 207.62º | 1% | 0.8% | - |
| XYZ | 16.37 | 15.47 | 58.62 | - |
| YUV | 88.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 203 | 1.00 | 0.46 | 0 | 0.20 | 207.62 | 0.99 | 0.4 |
| Hex | 1 | 6E | CB | 64 | 2E | 0 | 14 | D0 | 63 | 28 |
| Octal | 1 | 156 | 313 | 144 | 56 | 0 | 24 | 320 | 143 | 50 |
| Binary | 1 | 1101110 | 11001011 | 1100100 | 101110 | 0 | 10100 | 11010000 | 1100011 | 101000 |
Color Harmonies of #016ECB
Complementary color
Monochromatic Colors of #016ECB
Black with #016ECB
Text Example
Text Example
White with #016ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ECB; }
p { color: rgb(1,110,203); }
H1.HeaderClassName
{
color: #016ECB;
}
.AnyTagClassName
{
color: #016ECB;
}
</style>
background-color css
<style>
a { background-color: #016ECB; }
a { background-color: rgb(1,110,203); }
div.DivClassName
{
background-color: #016ECB;
}
.BgClassName
{
background-color: #016ECB;
}
</style>
border-color css
<style>
span { border-color: #016ECB; }
span { border-color: rgb(1,110,203); }
td.TdClassName
{
border-color: #016ECB;
}
.TagClassName
{
border-color: #016ECB;
}
</style>