Shades of Medium Blue #110EBC
Tints of Medium Blue #110EBC
RGB
CMYK
RGB Variations
Color information
#110EBC (or 0x110EBC) is known color: Medium Blue. HEX triplet: 11, 0E and BC. RGB value is (17,14,188). Sum of RGB (Red+Green+Blue) = 17+14+188=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #110EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EBC is #EEF143. Grayscale: #222222. Windows color (decimal): -15659332 or 12324369. OLE color: 12324369.
HSL color Cylindrical-coordinate representation of color #110EBC: hue angle of 241.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110EBC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 14 | 188 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.26 |
| HSL | 241.03º | 0.86% | 0.4% | - |
| HSV(B) | 241.03º | 0.93% | 0.74% | - |
| XYZ | 9.47 | 4.06 | 47.86 | - |
| YUV | 34.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 188 | 0.91 | 0.93 | 0 | 0.26 | 241.03 | 0.86 | 0.4 |
| Hex | 11 | E | BC | 5B | 5D | 0 | 1A | F1 | 56 | 28 |
| Octal | 21 | 16 | 274 | 133 | 135 | 0 | 32 | 361 | 126 | 50 |
| Binary | 10001 | 1110 | 10111100 | 1011011 | 1011101 | 0 | 11010 | 11110001 | 1010110 | 101000 |
Color Harmonies of #110EBC
Complementary color
Monochromatic Colors of #110EBC
Black with #110EBC
Text Example
Text Example
White with #110EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EBC; }
p { color: rgb(17,14,188); }
H1.HeaderClassName
{
color: #110EBC;
}
.AnyTagClassName
{
color: #110EBC;
}
</style>
background-color css
<style>
a { background-color: #110EBC; }
a { background-color: rgb(17,14,188); }
div.DivClassName
{
background-color: #110EBC;
}
.BgClassName
{
background-color: #110EBC;
}
</style>
border-color css
<style>
span { border-color: #110EBC; }
span { border-color: rgb(17,14,188); }
td.TdClassName
{
border-color: #110EBC;
}
.TagClassName
{
border-color: #110EBC;
}
</style>