Shades of Navy Blue #016BCF
Tints of Navy Blue #016BCF
RGB
CMYK
RGB Variations
Color information
#016BCF (or 0x016BCF) is known color: Navy Blue. HEX triplet: 01, 6B and CF. RGB value is (1,107,207). Sum of RGB (Red+Green+Blue) = 1+107+207=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #016BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BCF is #FE9430. Grayscale: #565656. Windows color (decimal): -16684081 or 13593345. OLE color: 13593345.
HSL color Cylindrical-coordinate representation of color #016BCF: hue angle of 209.13º 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 #016BCF is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 107 | 207 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.19 |
| HSL | 209.13º | 0.99% | 0.41% | - |
| HSV(B) | 209.13º | 1% | 0.81% | - |
| XYZ | 16.53 | 15.03 | 61.06 | - |
| YUV | 86.71 | 195.88 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 207 | 1.00 | 0.48 | 0 | 0.19 | 209.13 | 0.99 | 0.41 |
| Hex | 1 | 6B | CF | 64 | 30 | 0 | 13 | D1 | 63 | 29 |
| Octal | 1 | 153 | 317 | 144 | 60 | 0 | 23 | 321 | 143 | 51 |
| Binary | 1 | 1101011 | 11001111 | 1100100 | 110000 | 0 | 10011 | 11010001 | 1100011 | 101001 |
Color Harmonies of #016BCF
Complementary color
Monochromatic Colors of #016BCF
Black with #016BCF
Text Example
Text Example
White with #016BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BCF; }
p { color: rgb(1,107,207); }
H1.HeaderClassName
{
color: #016BCF;
}
.AnyTagClassName
{
color: #016BCF;
}
</style>
background-color css
<style>
a { background-color: #016BCF; }
a { background-color: rgb(1,107,207); }
div.DivClassName
{
background-color: #016BCF;
}
.BgClassName
{
background-color: #016BCF;
}
</style>
border-color css
<style>
span { border-color: #016BCF; }
span { border-color: rgb(1,107,207); }
td.TdClassName
{
border-color: #016BCF;
}
.TagClassName
{
border-color: #016BCF;
}
</style>