Shades of Navy Blue #016DC8
Tints of Navy Blue #016DC8
RGB
CMYK
RGB Variations
Color information
#016DC8 (or 0x016DC8) is known color: Navy Blue. HEX triplet: 01, 6D and C8. RGB value is (1,109,200). Sum of RGB (Red+Green+Blue) = 1+109+200=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #016DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DC8 is #FE9237. Grayscale: #565656. Windows color (decimal): -16683576 or 13135105. OLE color: 13135105.
HSL color Cylindrical-coordinate representation of color #016DC8: hue angle of 207.44º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DC8 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 109 | 200 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.22 |
| HSL | 207.44º | 0.99% | 0.39% | - |
| HSV(B) | 207.44º | 1% | 0.78% | - |
| XYZ | 15.91 | 15.11 | 56.72 | - |
| YUV | 87.08 | 191.72 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 200 | 1.00 | 0.46 | 0 | 0.22 | 207.44 | 0.99 | 0.39 |
| Hex | 1 | 6D | C8 | 64 | 2E | 0 | 16 | CF | 63 | 27 |
| Octal | 1 | 155 | 310 | 144 | 56 | 0 | 26 | 317 | 143 | 47 |
| Binary | 1 | 1101101 | 11001000 | 1100100 | 101110 | 0 | 10110 | 11001111 | 1100011 | 100111 |
Color Harmonies of #016DC8
Complementary color
Monochromatic Colors of #016DC8
Black with #016DC8
Text Example
Text Example
White with #016DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DC8; }
p { color: rgb(1,109,200); }
H1.HeaderClassName
{
color: #016DC8;
}
.AnyTagClassName
{
color: #016DC8;
}
</style>
background-color css
<style>
a { background-color: #016DC8; }
a { background-color: rgb(1,109,200); }
div.DivClassName
{
background-color: #016DC8;
}
.BgClassName
{
background-color: #016DC8;
}
</style>
border-color css
<style>
span { border-color: #016DC8; }
span { border-color: rgb(1,109,200); }
td.TdClassName
{
border-color: #016DC8;
}
.TagClassName
{
border-color: #016DC8;
}
</style>