Shades of Navy Blue #016EC6
Tints of Navy Blue #016EC6
RGB
CMYK
RGB Variations
Color information
#016EC6 (or 0x016EC6) is known color: Navy Blue. HEX triplet: 01, 6E and C6. RGB value is (1,110,198). Sum of RGB (Red+Green+Blue) = 1+110+198=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #016EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EC6 is #FE9139. Grayscale: #565656. Windows color (decimal): -16683322 or 13004289. OLE color: 13004289.
HSL color Cylindrical-coordinate representation of color #016EC6: hue angle of 206.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016EC6 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 110 | 198 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.22 |
| HSL | 206.8º | 0.99% | 0.39% | - |
| HSV(B) | 206.8º | 0.99% | 0.78% | - |
| XYZ | 15.78 | 15.24 | 55.54 | - |
| YUV | 87.44 | 190.39 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 198 | 0.99 | 0.44 | 0 | 0.22 | 206.8 | 0.99 | 0.39 |
| Hex | 1 | 6E | C6 | 63 | 2C | 0 | 16 | CF | 63 | 27 |
| Octal | 1 | 156 | 306 | 143 | 54 | 0 | 26 | 317 | 143 | 47 |
| Binary | 1 | 1101110 | 11000110 | 1100011 | 101100 | 0 | 10110 | 11001111 | 1100011 | 100111 |
Color Harmonies of #016EC6
Complementary color
Monochromatic Colors of #016EC6
Black with #016EC6
Text Example
Text Example
White with #016EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EC6; }
p { color: rgb(1,110,198); }
H1.HeaderClassName
{
color: #016EC6;
}
.AnyTagClassName
{
color: #016EC6;
}
</style>
background-color css
<style>
a { background-color: #016EC6; }
a { background-color: rgb(1,110,198); }
div.DivClassName
{
background-color: #016EC6;
}
.BgClassName
{
background-color: #016EC6;
}
</style>
border-color css
<style>
span { border-color: #016EC6; }
span { border-color: rgb(1,110,198); }
td.TdClassName
{
border-color: #016EC6;
}
.TagClassName
{
border-color: #016EC6;
}
</style>