Shades of Medium Blue #110EBE
Tints of Medium Blue #110EBE
RGB
CMYK
RGB Variations
Color information
#110EBE (or 0x110EBE) is known color: Medium Blue. HEX triplet: 11, 0E and BE. RGB value is (17,14,190). Sum of RGB (Red+Green+Blue) = 17+14+190=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #110EBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EBE is #EEF141. Grayscale: #222222. Windows color (decimal): -15659330 or 12455441. OLE color: 12455441.
HSL color Cylindrical-coordinate representation of color #110EBE: hue angle of 241.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110EBE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 14 | 190 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.25 |
| HSL | 241.02º | 0.86% | 0.4% | - |
| HSV(B) | 241.02º | 0.93% | 0.75% | - |
| XYZ | 9.68 | 4.15 | 49.01 | - |
| YUV | 34.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 190 | 0.91 | 0.93 | 0 | 0.25 | 241.02 | 0.86 | 0.4 |
| Hex | 11 | E | BE | 5B | 5D | 0 | 19 | F1 | 56 | 28 |
| Octal | 21 | 16 | 276 | 133 | 135 | 0 | 31 | 361 | 126 | 50 |
| Binary | 10001 | 1110 | 10111110 | 1011011 | 1011101 | 0 | 11001 | 11110001 | 1010110 | 101000 |
Color Harmonies of #110EBE
Complementary color
Monochromatic Colors of #110EBE
Black with #110EBE
Text Example
Text Example
White with #110EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EBE; }
p { color: rgb(17,14,190); }
H1.HeaderClassName
{
color: #110EBE;
}
.AnyTagClassName
{
color: #110EBE;
}
</style>
background-color css
<style>
a { background-color: #110EBE; }
a { background-color: rgb(17,14,190); }
div.DivClassName
{
background-color: #110EBE;
}
.BgClassName
{
background-color: #110EBE;
}
</style>
border-color css
<style>
span { border-color: #110EBE; }
span { border-color: rgb(17,14,190); }
td.TdClassName
{
border-color: #110EBE;
}
.TagClassName
{
border-color: #110EBE;
}
</style>