Shades of Navy Blue #116CEC
Tints of Navy Blue #116CEC
RGB
CMYK
RGB Variations
Color information
#116CEC (or 0x116CEC) is known color: Navy Blue. HEX triplet: 11, 6C and EC. RGB value is (17,108,236). Sum of RGB (Red+Green+Blue) = 17+108+236=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #116CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116CEC is #EE9313. Grayscale: #5E5E5E. Windows color (decimal): -15635220 or 15494161. OLE color: 15494161.
HSL color Cylindrical-coordinate representation of color #116CEC: hue angle of 215.07º 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 #116CEC is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 108 | 236 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.07 |
| HSL | 215.07º | 0.87% | 0.5% | - |
| HSV(B) | 215.07º | 0.93% | 0.93% | - |
| XYZ | 20.73 | 16.9 | 81.53 | - |
| YUV | 95.38 | 207.35 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 236 | 0.93 | 0.54 | 0 | 0.07 | 215.07 | 0.87 | 0.5 |
| Hex | 11 | 6C | EC | 5D | 36 | 0 | 7 | D7 | 57 | 32 |
| Octal | 21 | 154 | 354 | 135 | 66 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10001 | 1101100 | 11101100 | 1011101 | 110110 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #116CEC
Complementary color
Monochromatic Colors of #116CEC
Black with #116CEC
Text Example
Text Example
White with #116CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CEC; }
p { color: rgb(17,108,236); }
H1.HeaderClassName
{
color: #116CEC;
}
.AnyTagClassName
{
color: #116CEC;
}
</style>
background-color css
<style>
a { background-color: #116CEC; }
a { background-color: rgb(17,108,236); }
div.DivClassName
{
background-color: #116CEC;
}
.BgClassName
{
background-color: #116CEC;
}
</style>
border-color css
<style>
span { border-color: #116CEC; }
span { border-color: rgb(17,108,236); }
td.TdClassName
{
border-color: #116CEC;
}
.TagClassName
{
border-color: #116CEC;
}
</style>