Shades of Navy Blue #016ABC
Tints of Navy Blue #016ABC
RGB
CMYK
RGB Variations
Color information
#016ABC (or 0x016ABC) is known color: Navy Blue. HEX triplet: 01, 6A and BC. RGB value is (1,106,188). Sum of RGB (Red+Green+Blue) = 1+106+188=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #016ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ABC is #FE9543. Grayscale: #535353. Windows color (decimal): -16684356 or 12347905. OLE color: 12347905.
HSL color Cylindrical-coordinate representation of color #016ABC: hue angle of 206.31º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016ABC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 106 | 188 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.26 |
| HSL | 206.31º | 0.99% | 0.37% | - |
| HSV(B) | 206.31º | 0.99% | 0.74% | - |
| XYZ | 14.24 | 13.95 | 49.52 | - |
| YUV | 83.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 188 | 0.99 | 0.44 | 0 | 0.26 | 206.31 | 0.99 | 0.37 |
| Hex | 1 | 6A | BC | 63 | 2C | 0 | 1A | CE | 63 | 25 |
| Octal | 1 | 152 | 274 | 143 | 54 | 0 | 32 | 316 | 143 | 45 |
| Binary | 1 | 1101010 | 10111100 | 1100011 | 101100 | 0 | 11010 | 11001110 | 1100011 | 100101 |
Color Harmonies of #016ABC
Complementary color
Monochromatic Colors of #016ABC
Black with #016ABC
Text Example
Text Example
White with #016ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ABC; }
p { color: rgb(1,106,188); }
H1.HeaderClassName
{
color: #016ABC;
}
.AnyTagClassName
{
color: #016ABC;
}
</style>
background-color css
<style>
a { background-color: #016ABC; }
a { background-color: rgb(1,106,188); }
div.DivClassName
{
background-color: #016ABC;
}
.BgClassName
{
background-color: #016ABC;
}
</style>
border-color css
<style>
span { border-color: #016ABC; }
span { border-color: rgb(1,106,188); }
td.TdClassName
{
border-color: #016ABC;
}
.TagClassName
{
border-color: #016ABC;
}
</style>