Shades of Navy Blue #016FC9
Tints of Navy Blue #016FC9
RGB
CMYK
RGB Variations
Color information
#016FC9 (or 0x016FC9) is known color: Navy Blue. HEX triplet: 01, 6F and C9. RGB value is (1,111,201). Sum of RGB (Red+Green+Blue) = 1+111+201=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #016FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FC9 is #FE9036. Grayscale: #575757. Windows color (decimal): -16683063 or 13201153. OLE color: 13201153.
HSL color Cylindrical-coordinate representation of color #016FC9: hue angle of 207º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FC9 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 111 | 201 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.21 |
| HSL | 207º | 0.99% | 0.4% | - |
| HSV(B) | 207º | 1% | 0.79% | - |
| XYZ | 16.24 | 15.59 | 57.41 | - |
| YUV | 88.37 | 191.56 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 201 | 1.00 | 0.45 | 0 | 0.21 | 207 | 0.99 | 0.4 |
| Hex | 1 | 6F | C9 | 64 | 2D | 0 | 15 | CF | 63 | 28 |
| Octal | 1 | 157 | 311 | 144 | 55 | 0 | 25 | 317 | 143 | 50 |
| Binary | 1 | 1101111 | 11001001 | 1100100 | 101101 | 0 | 10101 | 11001111 | 1100011 | 101000 |
Color Harmonies of #016FC9
Complementary color
Monochromatic Colors of #016FC9
Black with #016FC9
Text Example
Text Example
White with #016FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FC9; }
p { color: rgb(1,111,201); }
H1.HeaderClassName
{
color: #016FC9;
}
.AnyTagClassName
{
color: #016FC9;
}
</style>
background-color css
<style>
a { background-color: #016FC9; }
a { background-color: rgb(1,111,201); }
div.DivClassName
{
background-color: #016FC9;
}
.BgClassName
{
background-color: #016FC9;
}
</style>
border-color css
<style>
span { border-color: #016FC9; }
span { border-color: rgb(1,111,201); }
td.TdClassName
{
border-color: #016FC9;
}
.TagClassName
{
border-color: #016FC9;
}
</style>