Shades of Navy Blue #116CEE
Tints of Navy Blue #116CEE
RGB
CMYK
RGB Variations
Color information
#116CEE (or 0x116CEE) is known color: Navy Blue. HEX triplet: 11, 6C and EE. RGB value is (17,108,238). Sum of RGB (Red+Green+Blue) = 17+108+238=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #116CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116CEE is #EE9311. Grayscale: #5F5F5F. Windows color (decimal): -15635218 or 15625233. OLE color: 15625233.
HSL color Cylindrical-coordinate representation of color #116CEE: hue angle of 215.29º 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 #116CEE is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 108 | 238 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.07 |
| HSL | 215.29º | 0.87% | 0.5% | - |
| HSV(B) | 215.29º | 0.93% | 0.93% | - |
| XYZ | 21.03 | 17.02 | 83.07 | - |
| YUV | 95.61 | 208.35 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 238 | 0.93 | 0.55 | 0 | 0.07 | 215.29 | 0.87 | 0.5 |
| Hex | 11 | 6C | EE | 5D | 37 | 0 | 7 | D7 | 57 | 32 |
| Octal | 21 | 154 | 356 | 135 | 67 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10001 | 1101100 | 11101110 | 1011101 | 110111 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #116CEE
Complementary color
Monochromatic Colors of #116CEE
Black with #116CEE
Text Example
Text Example
White with #116CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CEE; }
p { color: rgb(17,108,238); }
H1.HeaderClassName
{
color: #116CEE;
}
.AnyTagClassName
{
color: #116CEE;
}
</style>
background-color css
<style>
a { background-color: #116CEE; }
a { background-color: rgb(17,108,238); }
div.DivClassName
{
background-color: #116CEE;
}
.BgClassName
{
background-color: #116CEE;
}
</style>
border-color css
<style>
span { border-color: #116CEE; }
span { border-color: rgb(17,108,238); }
td.TdClassName
{
border-color: #116CEE;
}
.TagClassName
{
border-color: #116CEE;
}
</style>