Shades of Navy Blue #016FEC
Tints of Navy Blue #016FEC
RGB
CMYK
RGB Variations
Color information
#016FEC (or 0x016FEC) is known color: Navy Blue. HEX triplet: 01, 6F and EC. RGB value is (1,111,236). Sum of RGB (Red+Green+Blue) = 1+111+236=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #016FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FEC is #FE9013. Grayscale: #5B5B5B. Windows color (decimal): -16683028 or 15494913. OLE color: 15494913.
HSL color Cylindrical-coordinate representation of color #016FEC: hue angle of 211.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FEC is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 111 | 236 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.07 |
| HSL | 211.91º | 0.99% | 0.46% | - |
| HSV(B) | 211.91º | 1% | 0.93% | - |
| XYZ | 20.84 | 17.43 | 81.62 | - |
| YUV | 92.36 | 209.06 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 236 | 1.00 | 0.53 | 0 | 0.07 | 211.91 | 0.99 | 0.46 |
| Hex | 1 | 6F | EC | 64 | 35 | 0 | 7 | D4 | 63 | 2E |
| Octal | 1 | 157 | 354 | 144 | 65 | 0 | 7 | 324 | 143 | 56 |
| Binary | 1 | 1101111 | 11101100 | 1100100 | 110101 | 0 | 111 | 11010100 | 1100011 | 101110 |
Color Harmonies of #016FEC
Complementary color
Monochromatic Colors of #016FEC
Black with #016FEC
Text Example
Text Example
White with #016FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FEC; }
p { color: rgb(1,111,236); }
H1.HeaderClassName
{
color: #016FEC;
}
.AnyTagClassName
{
color: #016FEC;
}
</style>
background-color css
<style>
a { background-color: #016FEC; }
a { background-color: rgb(1,111,236); }
div.DivClassName
{
background-color: #016FEC;
}
.BgClassName
{
background-color: #016FEC;
}
</style>
border-color css
<style>
span { border-color: #016FEC; }
span { border-color: rgb(1,111,236); }
td.TdClassName
{
border-color: #016FEC;
}
.TagClassName
{
border-color: #016FEC;
}
</style>