Shades of Navy Blue #016DC9
Tints of Navy Blue #016DC9
RGB
CMYK
RGB Variations
Color information
#016DC9 (or 0x016DC9) is known color: Navy Blue. HEX triplet: 01, 6D and C9. RGB value is (1,109,201). Sum of RGB (Red+Green+Blue) = 1+109+201=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #016DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DC9 is #FE9236. Grayscale: #565656. Windows color (decimal): -16683575 or 13200641. OLE color: 13200641.
HSL color Cylindrical-coordinate representation of color #016DC9: hue angle of 207.6º 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 #016DC9 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 109 | 201 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.21 |
| HSL | 207.6º | 0.99% | 0.4% | - |
| HSV(B) | 207.6º | 1% | 0.79% | - |
| XYZ | 16.02 | 15.16 | 57.34 | - |
| YUV | 87.2 | 192.22 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 201 | 1.00 | 0.46 | 0 | 0.21 | 207.6 | 0.99 | 0.4 |
| Hex | 1 | 6D | C9 | 64 | 2E | 0 | 15 | D0 | 63 | 28 |
| Octal | 1 | 155 | 311 | 144 | 56 | 0 | 25 | 320 | 143 | 50 |
| Binary | 1 | 1101101 | 11001001 | 1100100 | 101110 | 0 | 10101 | 11010000 | 1100011 | 101000 |
Color Harmonies of #016DC9
Complementary color
Monochromatic Colors of #016DC9
Black with #016DC9
Text Example
Text Example
White with #016DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DC9; }
p { color: rgb(1,109,201); }
H1.HeaderClassName
{
color: #016DC9;
}
.AnyTagClassName
{
color: #016DC9;
}
</style>
background-color css
<style>
a { background-color: #016DC9; }
a { background-color: rgb(1,109,201); }
div.DivClassName
{
background-color: #016DC9;
}
.BgClassName
{
background-color: #016DC9;
}
</style>
border-color css
<style>
span { border-color: #016DC9; }
span { border-color: rgb(1,109,201); }
td.TdClassName
{
border-color: #016DC9;
}
.TagClassName
{
border-color: #016DC9;
}
</style>