Shades of Medium Blue #110ABE
Tints of Medium Blue #110ABE
RGB
CMYK
RGB Variations
Color information
#110ABE (or 0x110ABE) is known color: Medium Blue. HEX triplet: 11, 0A and BE. RGB value is (17,10,190). Sum of RGB (Red+Green+Blue) = 17+10+190=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #110ABE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ABE is #EEF541. Grayscale: #1F1F1F. Windows color (decimal): -15660354 or 12454417. OLE color: 12454417.
HSL color Cylindrical-coordinate representation of color #110ABE: hue angle of 242.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110ABE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 10 | 190 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.25 |
| HSL | 242.33º | 0.9% | 0.39% | - |
| HSV(B) | 242.33º | 0.95% | 0.75% | - |
| XYZ | 9.63 | 4.05 | 48.99 | - |
| YUV | 32.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 190 | 0.91 | 0.95 | 0 | 0.25 | 242.33 | 0.9 | 0.39 |
| Hex | 11 | A | BE | 5B | 5F | 0 | 19 | F2 | 5A | 27 |
| Octal | 21 | 12 | 276 | 133 | 137 | 0 | 31 | 362 | 132 | 47 |
| Binary | 10001 | 1010 | 10111110 | 1011011 | 1011111 | 0 | 11001 | 11110010 | 1011010 | 100111 |
Color Harmonies of #110ABE
Complementary color
Monochromatic Colors of #110ABE
Black with #110ABE
Text Example
Text Example
White with #110ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110ABE; }
p { color: rgb(17,10,190); }
H1.HeaderClassName
{
color: #110ABE;
}
.AnyTagClassName
{
color: #110ABE;
}
</style>
background-color css
<style>
a { background-color: #110ABE; }
a { background-color: rgb(17,10,190); }
div.DivClassName
{
background-color: #110ABE;
}
.BgClassName
{
background-color: #110ABE;
}
</style>
border-color css
<style>
span { border-color: #110ABE; }
span { border-color: rgb(17,10,190); }
td.TdClassName
{
border-color: #110ABE;
}
.TagClassName
{
border-color: #110ABE;
}
</style>