Shades of Navy Blue #116FEC
Tints of Navy Blue #116FEC
RGB
CMYK
RGB Variations
Color information
#116FEC (or 0x116FEC) is known color: Navy Blue. HEX triplet: 11, 6F and EC. RGB value is (17,111,236). Sum of RGB (Red+Green+Blue) = 17+111+236=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #116FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FEC is #EE9013. Grayscale: #606060. Windows color (decimal): -15634452 or 15494929. OLE color: 15494929.
HSL color Cylindrical-coordinate representation of color #116FEC: hue angle of 214.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FEC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 111 | 236 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.07 |
| HSL | 214.25º | 0.87% | 0.5% | - |
| HSV(B) | 214.25º | 0.93% | 0.93% | - |
| XYZ | 21.06 | 17.54 | 81.63 | - |
| YUV | 97.14 | 206.36 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 236 | 0.93 | 0.53 | 0 | 0.07 | 214.25 | 0.87 | 0.5 |
| Hex | 11 | 6F | EC | 5D | 35 | 0 | 7 | D6 | 57 | 32 |
| Octal | 21 | 157 | 354 | 135 | 65 | 0 | 7 | 326 | 127 | 62 |
| Binary | 10001 | 1101111 | 11101100 | 1011101 | 110101 | 0 | 111 | 11010110 | 1010111 | 110010 |
Color Harmonies of #116FEC
Complementary color
Monochromatic Colors of #116FEC
Black with #116FEC
Text Example
Text Example
White with #116FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FEC; }
p { color: rgb(17,111,236); }
H1.HeaderClassName
{
color: #116FEC;
}
.AnyTagClassName
{
color: #116FEC;
}
</style>
background-color css
<style>
a { background-color: #116FEC; }
a { background-color: rgb(17,111,236); }
div.DivClassName
{
background-color: #116FEC;
}
.BgClassName
{
background-color: #116FEC;
}
</style>
border-color css
<style>
span { border-color: #116FEC; }
span { border-color: rgb(17,111,236); }
td.TdClassName
{
border-color: #116FEC;
}
.TagClassName
{
border-color: #116FEC;
}
</style>