Shades of Navy Blue #116BEC
Tints of Navy Blue #116BEC
RGB
CMYK
RGB Variations
Color information
#116BEC (or 0x116BEC) is known color: Navy Blue. HEX triplet: 11, 6B and EC. RGB value is (17,107,236). Sum of RGB (Red+Green+Blue) = 17+107+236=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #116BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BEC is #EE9413. Grayscale: #5E5E5E. Windows color (decimal): -15635476 or 15493905. OLE color: 15493905.
HSL color Cylindrical-coordinate representation of color #116BEC: hue angle of 215.34º 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 #116BEC is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 107 | 236 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.07 |
| HSL | 215.34º | 0.87% | 0.5% | - |
| HSV(B) | 215.34º | 0.93% | 0.93% | - |
| XYZ | 20.63 | 16.69 | 81.49 | - |
| YUV | 94.8 | 207.68 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 236 | 0.93 | 0.55 | 0 | 0.07 | 215.34 | 0.87 | 0.5 |
| Hex | 11 | 6B | EC | 5D | 37 | 0 | 7 | D7 | 57 | 32 |
| Octal | 21 | 153 | 354 | 135 | 67 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10001 | 1101011 | 11101100 | 1011101 | 110111 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #116BEC
Complementary color
Monochromatic Colors of #116BEC
Black with #116BEC
Text Example
Text Example
White with #116BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BEC; }
p { color: rgb(17,107,236); }
H1.HeaderClassName
{
color: #116BEC;
}
.AnyTagClassName
{
color: #116BEC;
}
</style>
background-color css
<style>
a { background-color: #116BEC; }
a { background-color: rgb(17,107,236); }
div.DivClassName
{
background-color: #116BEC;
}
.BgClassName
{
background-color: #116BEC;
}
</style>
border-color css
<style>
span { border-color: #116BEC; }
span { border-color: rgb(17,107,236); }
td.TdClassName
{
border-color: #116BEC;
}
.TagClassName
{
border-color: #116BEC;
}
</style>