Shades of Navy Blue #016DCC
Tints of Navy Blue #016DCC
RGB
CMYK
RGB Variations
Color information
#016DCC (or 0x016DCC) is known color: Navy Blue. HEX triplet: 01, 6D and CC. RGB value is (1,109,204). Sum of RGB (Red+Green+Blue) = 1+109+204=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #016DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DCC is #FE9233. Grayscale: #575757. Windows color (decimal): -16683572 or 13397249. OLE color: 13397249.
HSL color Cylindrical-coordinate representation of color #016DCC: hue angle of 208.08º 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 #016DCC is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 109 | 204 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.2 |
| HSL | 208.08º | 0.99% | 0.4% | - |
| HSV(B) | 208.08º | 1% | 0.8% | - |
| XYZ | 16.38 | 15.3 | 59.22 | - |
| YUV | 87.54 | 193.72 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 204 | 1.00 | 0.47 | 0 | 0.2 | 208.08 | 0.99 | 0.4 |
| Hex | 1 | 6D | CC | 64 | 2F | 0 | 14 | D0 | 63 | 28 |
| Octal | 1 | 155 | 314 | 144 | 57 | 0 | 24 | 320 | 143 | 50 |
| Binary | 1 | 1101101 | 11001100 | 1100100 | 101111 | 0 | 10100 | 11010000 | 1100011 | 101000 |
Color Harmonies of #016DCC
Complementary color
Monochromatic Colors of #016DCC
Black with #016DCC
Text Example
Text Example
White with #016DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DCC; }
p { color: rgb(1,109,204); }
H1.HeaderClassName
{
color: #016DCC;
}
.AnyTagClassName
{
color: #016DCC;
}
</style>
background-color css
<style>
a { background-color: #016DCC; }
a { background-color: rgb(1,109,204); }
div.DivClassName
{
background-color: #016DCC;
}
.BgClassName
{
background-color: #016DCC;
}
</style>
border-color css
<style>
span { border-color: #016DCC; }
span { border-color: rgb(1,109,204); }
td.TdClassName
{
border-color: #016DCC;
}
.TagClassName
{
border-color: #016DCC;
}
</style>