Shades of Navy Blue #016BCD
Tints of Navy Blue #016BCD
RGB
CMYK
RGB Variations
Color information
#016BCD (or 0x016BCD) is known color: Navy Blue. HEX triplet: 01, 6B and CD. RGB value is (1,107,205). Sum of RGB (Red+Green+Blue) = 1+107+205=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #016BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BCD is #FE9432. Grayscale: #555555. Windows color (decimal): -16684083 or 13462273. OLE color: 13462273.
HSL color Cylindrical-coordinate representation of color #016BCD: hue angle of 208.82º 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 #016BCD is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 107 | 205 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.20 |
| HSL | 208.82º | 0.99% | 0.4% | - |
| HSV(B) | 208.82º | 1% | 0.8% | - |
| XYZ | 16.29 | 14.93 | 59.78 | - |
| YUV | 86.48 | 194.88 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 205 | 1.00 | 0.48 | 0 | 0.20 | 208.82 | 0.99 | 0.4 |
| Hex | 1 | 6B | CD | 64 | 30 | 0 | 14 | D1 | 63 | 28 |
| Octal | 1 | 153 | 315 | 144 | 60 | 0 | 24 | 321 | 143 | 50 |
| Binary | 1 | 1101011 | 11001101 | 1100100 | 110000 | 0 | 10100 | 11010001 | 1100011 | 101000 |
Color Harmonies of #016BCD
Complementary color
Monochromatic Colors of #016BCD
Black with #016BCD
Text Example
Text Example
White with #016BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BCD; }
p { color: rgb(1,107,205); }
H1.HeaderClassName
{
color: #016BCD;
}
.AnyTagClassName
{
color: #016BCD;
}
</style>
background-color css
<style>
a { background-color: #016BCD; }
a { background-color: rgb(1,107,205); }
div.DivClassName
{
background-color: #016BCD;
}
.BgClassName
{
background-color: #016BCD;
}
</style>
border-color css
<style>
span { border-color: #016BCD; }
span { border-color: rgb(1,107,205); }
td.TdClassName
{
border-color: #016BCD;
}
.TagClassName
{
border-color: #016BCD;
}
</style>