Shades of Navy Blue #016CEC
Tints of Navy Blue #016CEC
RGB
CMYK
RGB Variations
Color information
#016CEC (or 0x016CEC) is known color: Navy Blue. HEX triplet: 01, 6C and EC. RGB value is (1,108,236). Sum of RGB (Red+Green+Blue) = 1+108+236=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #016CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CEC is #FE9313. Grayscale: #595959. Windows color (decimal): -16683796 or 15494145. OLE color: 15494145.
HSL color Cylindrical-coordinate representation of color #016CEC: hue angle of 212.68º 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 #016CEC is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 108 | 236 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.07 |
| HSL | 212.68º | 0.99% | 0.46% | - |
| HSV(B) | 212.68º | 1% | 0.93% | - |
| XYZ | 20.52 | 16.79 | 81.52 | - |
| YUV | 90.6 | 210.05 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 236 | 1.00 | 0.54 | 0 | 0.07 | 212.68 | 0.99 | 0.46 |
| Hex | 1 | 6C | EC | 64 | 36 | 0 | 7 | D5 | 63 | 2E |
| Octal | 1 | 154 | 354 | 144 | 66 | 0 | 7 | 325 | 143 | 56 |
| Binary | 1 | 1101100 | 11101100 | 1100100 | 110110 | 0 | 111 | 11010101 | 1100011 | 101110 |
Color Harmonies of #016CEC
Complementary color
Monochromatic Colors of #016CEC
Black with #016CEC
Text Example
Text Example
White with #016CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CEC; }
p { color: rgb(1,108,236); }
H1.HeaderClassName
{
color: #016CEC;
}
.AnyTagClassName
{
color: #016CEC;
}
</style>
background-color css
<style>
a { background-color: #016CEC; }
a { background-color: rgb(1,108,236); }
div.DivClassName
{
background-color: #016CEC;
}
.BgClassName
{
background-color: #016CEC;
}
</style>
border-color css
<style>
span { border-color: #016CEC; }
span { border-color: rgb(1,108,236); }
td.TdClassName
{
border-color: #016CEC;
}
.TagClassName
{
border-color: #016CEC;
}
</style>