Shades of Navy Blue #016CCD
Tints of Navy Blue #016CCD
RGB
CMYK
RGB Variations
Color information
#016CCD (or 0x016CCD) is known color: Navy Blue. HEX triplet: 01, 6C and CD. RGB value is (1,108,205). Sum of RGB (Red+Green+Blue) = 1+108+205=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #016CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CCD is #FE9332. Grayscale: #565656. Windows color (decimal): -16683827 or 13462529. OLE color: 13462529.
HSL color Cylindrical-coordinate representation of color #016CCD: hue angle of 208.53º 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 #016CCD is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 108 | 205 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.20 |
| HSL | 208.53º | 0.99% | 0.4% | - |
| HSV(B) | 208.53º | 1% | 0.8% | - |
| XYZ | 16.39 | 15.14 | 59.82 | - |
| YUV | 87.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 205 | 1.00 | 0.47 | 0 | 0.20 | 208.53 | 0.99 | 0.4 |
| Hex | 1 | 6C | CD | 64 | 2F | 0 | 14 | D1 | 63 | 28 |
| Octal | 1 | 154 | 315 | 144 | 57 | 0 | 24 | 321 | 143 | 50 |
| Binary | 1 | 1101100 | 11001101 | 1100100 | 101111 | 0 | 10100 | 11010001 | 1100011 | 101000 |
Color Harmonies of #016CCD
Complementary color
Monochromatic Colors of #016CCD
Black with #016CCD
Text Example
Text Example
White with #016CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CCD; }
p { color: rgb(1,108,205); }
H1.HeaderClassName
{
color: #016CCD;
}
.AnyTagClassName
{
color: #016CCD;
}
</style>
background-color css
<style>
a { background-color: #016CCD; }
a { background-color: rgb(1,108,205); }
div.DivClassName
{
background-color: #016CCD;
}
.BgClassName
{
background-color: #016CCD;
}
</style>
border-color css
<style>
span { border-color: #016CCD; }
span { border-color: rgb(1,108,205); }
td.TdClassName
{
border-color: #016CCD;
}
.TagClassName
{
border-color: #016CCD;
}
</style>