Shades of Navy Blue #116BEE
Tints of Navy Blue #116BEE
RGB
CMYK
RGB Variations
Color information
#116BEE (or 0x116BEE) is known color: Navy Blue. HEX triplet: 11, 6B and EE. RGB value is (17,107,238). Sum of RGB (Red+Green+Blue) = 17+107+238=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #116BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BEE is #EE9411. Grayscale: #5E5E5E. Windows color (decimal): -15635474 or 15624977. OLE color: 15624977.
HSL color Cylindrical-coordinate representation of color #116BEE: hue angle of 215.57º 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 #116BEE is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 107 | 238 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.07 |
| HSL | 215.57º | 0.87% | 0.5% | - |
| HSV(B) | 215.57º | 0.93% | 0.93% | - |
| XYZ | 20.92 | 16.81 | 83.03 | - |
| YUV | 95.02 | 208.68 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 238 | 0.93 | 0.55 | 0 | 0.07 | 215.57 | 0.87 | 0.5 |
| Hex | 11 | 6B | EE | 5D | 37 | 0 | 7 | D8 | 57 | 32 |
| Octal | 21 | 153 | 356 | 135 | 67 | 0 | 7 | 330 | 127 | 62 |
| Binary | 10001 | 1101011 | 11101110 | 1011101 | 110111 | 0 | 111 | 11011000 | 1010111 | 110010 |
Color Harmonies of #116BEE
Complementary color
Monochromatic Colors of #116BEE
Black with #116BEE
Text Example
Text Example
White with #116BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BEE; }
p { color: rgb(17,107,238); }
H1.HeaderClassName
{
color: #116BEE;
}
.AnyTagClassName
{
color: #116BEE;
}
</style>
background-color css
<style>
a { background-color: #116BEE; }
a { background-color: rgb(17,107,238); }
div.DivClassName
{
background-color: #116BEE;
}
.BgClassName
{
background-color: #116BEE;
}
</style>
border-color css
<style>
span { border-color: #116BEE; }
span { border-color: rgb(17,107,238); }
td.TdClassName
{
border-color: #116BEE;
}
.TagClassName
{
border-color: #116BEE;
}
</style>