Shades of Navy Blue #016FCF
Tints of Navy Blue #016FCF
RGB
CMYK
RGB Variations
Color information
#016FCF (or 0x016FCF) is known color: Navy Blue. HEX triplet: 01, 6F and CF. RGB value is (1,111,207). Sum of RGB (Red+Green+Blue) = 1+111+207=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #016FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCF is #FE9030. Grayscale: #585858. Windows color (decimal): -16683057 or 13594369. OLE color: 13594369.
HSL color Cylindrical-coordinate representation of color #016FCF: hue angle of 207.96º 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 #016FCF is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 111 | 207 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.19 |
| HSL | 207.96º | 0.99% | 0.41% | - |
| HSV(B) | 207.96º | 1% | 0.81% | - |
| XYZ | 16.96 | 15.88 | 61.2 | - |
| YUV | 89.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 207 | 1.00 | 0.46 | 0 | 0.19 | 207.96 | 0.99 | 0.41 |
| Hex | 1 | 6F | CF | 64 | 2E | 0 | 13 | D0 | 63 | 29 |
| Octal | 1 | 157 | 317 | 144 | 56 | 0 | 23 | 320 | 143 | 51 |
| Binary | 1 | 1101111 | 11001111 | 1100100 | 101110 | 0 | 10011 | 11010000 | 1100011 | 101001 |
Color Harmonies of #016FCF
Complementary color
Monochromatic Colors of #016FCF
Black with #016FCF
Text Example
Text Example
White with #016FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FCF; }
p { color: rgb(1,111,207); }
H1.HeaderClassName
{
color: #016FCF;
}
.AnyTagClassName
{
color: #016FCF;
}
</style>
background-color css
<style>
a { background-color: #016FCF; }
a { background-color: rgb(1,111,207); }
div.DivClassName
{
background-color: #016FCF;
}
.BgClassName
{
background-color: #016FCF;
}
</style>
border-color css
<style>
span { border-color: #016FCF; }
span { border-color: rgb(1,111,207); }
td.TdClassName
{
border-color: #016FCF;
}
.TagClassName
{
border-color: #016FCF;
}
</style>