Shades of Navy Blue #116EEC
Tints of Navy Blue #116EEC
RGB
CMYK
RGB Variations
Color information
#116EEC (or 0x116EEC) is known color: Navy Blue. HEX triplet: 11, 6E and EC. RGB value is (17,110,236). Sum of RGB (Red+Green+Blue) = 17+110+236=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #116EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EEC is #EE9113. Grayscale: #5F5F5F. Windows color (decimal): -15634708 or 15494673. OLE color: 15494673.
HSL color Cylindrical-coordinate representation of color #116EEC: hue angle of 214.52º 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 #116EEC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 110 | 236 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.07 |
| HSL | 214.52º | 0.87% | 0.5% | - |
| HSV(B) | 214.52º | 0.93% | 0.93% | - |
| XYZ | 20.95 | 17.33 | 81.6 | - |
| YUV | 96.56 | 206.69 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 236 | 0.93 | 0.53 | 0 | 0.07 | 214.52 | 0.87 | 0.5 |
| Hex | 11 | 6E | EC | 5D | 35 | 0 | 7 | D7 | 57 | 32 |
| Octal | 21 | 156 | 354 | 135 | 65 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10001 | 1101110 | 11101100 | 1011101 | 110101 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #116EEC
Complementary color
Monochromatic Colors of #116EEC
Black with #116EEC
Text Example
Text Example
White with #116EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EEC; }
p { color: rgb(17,110,236); }
H1.HeaderClassName
{
color: #116EEC;
}
.AnyTagClassName
{
color: #116EEC;
}
</style>
background-color css
<style>
a { background-color: #116EEC; }
a { background-color: rgb(17,110,236); }
div.DivClassName
{
background-color: #116EEC;
}
.BgClassName
{
background-color: #116EEC;
}
</style>
border-color css
<style>
span { border-color: #116EEC; }
span { border-color: rgb(17,110,236); }
td.TdClassName
{
border-color: #116EEC;
}
.TagClassName
{
border-color: #116EEC;
}
</style>