Shades of Medium Blue #110ABB
Tints of Medium Blue #110ABB
RGB
CMYK
RGB Variations
Color information
#110ABB (or 0x110ABB) is known color: Medium Blue. HEX triplet: 11, 0A and BB. RGB value is (17,10,187). Sum of RGB (Red+Green+Blue) = 17+10+187=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #110ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ABB is #EEF544. Grayscale: #1F1F1F. Windows color (decimal): -15660357 or 12257809. OLE color: 12257809.
HSL color Cylindrical-coordinate representation of color #110ABB: hue angle of 242.37º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110ABB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 10 | 187 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.27 |
| HSL | 242.37º | 0.9% | 0.39% | - |
| HSV(B) | 242.37º | 0.95% | 0.73% | - |
| XYZ | 9.31 | 3.92 | 47.28 | - |
| YUV | 32.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 187 | 0.91 | 0.95 | 0 | 0.27 | 242.37 | 0.9 | 0.39 |
| Hex | 11 | A | BB | 5B | 5F | 0 | 1B | F2 | 5A | 27 |
| Octal | 21 | 12 | 273 | 133 | 137 | 0 | 33 | 362 | 132 | 47 |
| Binary | 10001 | 1010 | 10111011 | 1011011 | 1011111 | 0 | 11011 | 11110010 | 1011010 | 100111 |
Color Harmonies of #110ABB
Complementary color
Monochromatic Colors of #110ABB
Black with #110ABB
Text Example
Text Example
White with #110ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110ABB; }
p { color: rgb(17,10,187); }
H1.HeaderClassName
{
color: #110ABB;
}
.AnyTagClassName
{
color: #110ABB;
}
</style>
background-color css
<style>
a { background-color: #110ABB; }
a { background-color: rgb(17,10,187); }
div.DivClassName
{
background-color: #110ABB;
}
.BgClassName
{
background-color: #110ABB;
}
</style>
border-color css
<style>
span { border-color: #110ABB; }
span { border-color: rgb(17,10,187); }
td.TdClassName
{
border-color: #110ABB;
}
.TagClassName
{
border-color: #110ABB;
}
</style>