Shades of Medium Blue #110EBA
Tints of Medium Blue #110EBA
RGB
CMYK
RGB Variations
Color information
#110EBA (or 0x110EBA) is known color: Medium Blue. HEX triplet: 11, 0E and BA. RGB value is (17,14,186). Sum of RGB (Red+Green+Blue) = 17+14+186=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #110EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EBA is #EEF145. Grayscale: #212121. Windows color (decimal): -15659334 or 12193297. OLE color: 12193297.
HSL color Cylindrical-coordinate representation of color #110EBA: hue angle of 241.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EBA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 14 | 186 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.27 |
| HSL | 241.05º | 0.86% | 0.39% | - |
| HSV(B) | 241.05º | 0.92% | 0.73% | - |
| XYZ | 9.25 | 3.98 | 46.73 | - |
| YUV | 34.51 | 213.49 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 186 | 0.91 | 0.92 | 0 | 0.27 | 241.05 | 0.86 | 0.39 |
| Hex | 11 | E | BA | 5B | 5C | 0 | 1B | F1 | 56 | 27 |
| Octal | 21 | 16 | 272 | 133 | 134 | 0 | 33 | 361 | 126 | 47 |
| Binary | 10001 | 1110 | 10111010 | 1011011 | 1011100 | 0 | 11011 | 11110001 | 1010110 | 100111 |
Color Harmonies of #110EBA
Complementary color
Monochromatic Colors of #110EBA
Black with #110EBA
Text Example
Text Example
White with #110EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EBA; }
p { color: rgb(17,14,186); }
H1.HeaderClassName
{
color: #110EBA;
}
.AnyTagClassName
{
color: #110EBA;
}
</style>
background-color css
<style>
a { background-color: #110EBA; }
a { background-color: rgb(17,14,186); }
div.DivClassName
{
background-color: #110EBA;
}
.BgClassName
{
background-color: #110EBA;
}
</style>
border-color css
<style>
span { border-color: #110EBA; }
span { border-color: rgb(17,14,186); }
td.TdClassName
{
border-color: #110EBA;
}
.TagClassName
{
border-color: #110EBA;
}
</style>