Shades of Navy Blue #016FC5
Tints of Navy Blue #016FC5
RGB
CMYK
RGB Variations
Color information
#016FC5 (or 0x016FC5) is known color: Navy Blue. HEX triplet: 01, 6F and C5. RGB value is (1,111,197). Sum of RGB (Red+Green+Blue) = 1+111+197=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #016FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FC5 is #FE903A. Grayscale: #575757. Windows color (decimal): -16683067 or 12939009. OLE color: 12939009.
HSL color Cylindrical-coordinate representation of color #016FC5: hue angle of 206.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FC5 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 111 | 197 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.23 |
| HSL | 206.33º | 0.99% | 0.39% | - |
| HSV(B) | 206.33º | 0.99% | 0.77% | - |
| XYZ | 15.78 | 15.41 | 54.97 | - |
| YUV | 87.91 | 189.56 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 197 | 0.99 | 0.44 | 0 | 0.23 | 206.33 | 0.99 | 0.39 |
| Hex | 1 | 6F | C5 | 63 | 2C | 0 | 17 | CE | 63 | 27 |
| Octal | 1 | 157 | 305 | 143 | 54 | 0 | 27 | 316 | 143 | 47 |
| Binary | 1 | 1101111 | 11000101 | 1100011 | 101100 | 0 | 10111 | 11001110 | 1100011 | 100111 |
Color Harmonies of #016FC5
Complementary color
Monochromatic Colors of #016FC5
Black with #016FC5
Text Example
Text Example
White with #016FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FC5; }
p { color: rgb(1,111,197); }
H1.HeaderClassName
{
color: #016FC5;
}
.AnyTagClassName
{
color: #016FC5;
}
</style>
background-color css
<style>
a { background-color: #016FC5; }
a { background-color: rgb(1,111,197); }
div.DivClassName
{
background-color: #016FC5;
}
.BgClassName
{
background-color: #016FC5;
}
</style>
border-color css
<style>
span { border-color: #016FC5; }
span { border-color: rgb(1,111,197); }
td.TdClassName
{
border-color: #016FC5;
}
.TagClassName
{
border-color: #016FC5;
}
</style>