Shades of Navy Blue #016BC6
Tints of Navy Blue #016BC6
RGB
CMYK
RGB Variations
Color information
#016BC6 (or 0x016BC6) is known color: Navy Blue. HEX triplet: 01, 6B and C6. RGB value is (1,107,198). Sum of RGB (Red+Green+Blue) = 1+107+198=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #016BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BC6 is #FE9439. Grayscale: #555555. Windows color (decimal): -16684090 or 13003521. OLE color: 13003521.
HSL color Cylindrical-coordinate representation of color #016BC6: hue angle of 207.72º 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 #016BC6 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 107 | 198 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.22 |
| HSL | 207.72º | 0.99% | 0.39% | - |
| HSV(B) | 207.72º | 0.99% | 0.78% | - |
| XYZ | 15.46 | 14.6 | 55.43 | - |
| YUV | 85.68 | 191.38 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 198 | 0.99 | 0.46 | 0 | 0.22 | 207.72 | 0.99 | 0.39 |
| Hex | 1 | 6B | C6 | 63 | 2E | 0 | 16 | D0 | 63 | 27 |
| Octal | 1 | 153 | 306 | 143 | 56 | 0 | 26 | 320 | 143 | 47 |
| Binary | 1 | 1101011 | 11000110 | 1100011 | 101110 | 0 | 10110 | 11010000 | 1100011 | 100111 |
Color Harmonies of #016BC6
Complementary color
Monochromatic Colors of #016BC6
Black with #016BC6
Text Example
Text Example
White with #016BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BC6; }
p { color: rgb(1,107,198); }
H1.HeaderClassName
{
color: #016BC6;
}
.AnyTagClassName
{
color: #016BC6;
}
</style>
background-color css
<style>
a { background-color: #016BC6; }
a { background-color: rgb(1,107,198); }
div.DivClassName
{
background-color: #016BC6;
}
.BgClassName
{
background-color: #016BC6;
}
</style>
border-color css
<style>
span { border-color: #016BC6; }
span { border-color: rgb(1,107,198); }
td.TdClassName
{
border-color: #016BC6;
}
.TagClassName
{
border-color: #016BC6;
}
</style>