Shades of Navy Blue #016CCF
Tints of Navy Blue #016CCF
RGB
CMYK
RGB Variations
Color information
#016CCF (or 0x016CCF) is known color: Navy Blue. HEX triplet: 01, 6C and CF. RGB value is (1,108,207). Sum of RGB (Red+Green+Blue) = 1+108+207=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #016CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CCF is #FE9330. Grayscale: #565656. Windows color (decimal): -16683825 or 13593601. OLE color: 13593601.
HSL color Cylindrical-coordinate representation of color #016CCF: hue angle of 208.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CCF is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 108 | 207 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.19 |
| HSL | 208.83º | 0.99% | 0.41% | - |
| HSV(B) | 208.83º | 1% | 0.81% | - |
| XYZ | 16.64 | 15.24 | 61.1 | - |
| YUV | 87.29 | 195.55 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 207 | 1.00 | 0.48 | 0 | 0.19 | 208.83 | 0.99 | 0.41 |
| Hex | 1 | 6C | CF | 64 | 30 | 0 | 13 | D1 | 63 | 29 |
| Octal | 1 | 154 | 317 | 144 | 60 | 0 | 23 | 321 | 143 | 51 |
| Binary | 1 | 1101100 | 11001111 | 1100100 | 110000 | 0 | 10011 | 11010001 | 1100011 | 101001 |
Color Harmonies of #016CCF
Complementary color
Monochromatic Colors of #016CCF
Black with #016CCF
Text Example
Text Example
White with #016CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CCF; }
p { color: rgb(1,108,207); }
H1.HeaderClassName
{
color: #016CCF;
}
.AnyTagClassName
{
color: #016CCF;
}
</style>
background-color css
<style>
a { background-color: #016CCF; }
a { background-color: rgb(1,108,207); }
div.DivClassName
{
background-color: #016CCF;
}
.BgClassName
{
background-color: #016CCF;
}
</style>
border-color css
<style>
span { border-color: #016CCF; }
span { border-color: rgb(1,108,207); }
td.TdClassName
{
border-color: #016CCF;
}
.TagClassName
{
border-color: #016CCF;
}
</style>