Shades of Medium Blue #110CC0
Tints of Medium Blue #110CC0
RGB
CMYK
RGB Variations
Color information
#110CC0 (or 0x110CC0) is known color: Medium Blue. HEX triplet: 11, 0C and C0. RGB value is (17,12,192). Sum of RGB (Red+Green+Blue) = 17+12+192=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 192 (75.39% from 255 or 86.88% from 221); Max value from RGB is 192 - color contains mainly: blue. Hex color #110CC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CC0 is #EEF33F. Grayscale: #212121. Windows color (decimal): -15659840 or 12586001. OLE color: 12586001.
HSL color Cylindrical-coordinate representation of color #110CC0: hue angle of 241.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CC0 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 12 | 192 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.25 |
| HSL | 241.67º | 0.88% | 0.4% | - |
| HSV(B) | 241.67º | 0.94% | 0.75% | - |
| XYZ | 9.88 | 4.19 | 50.16 | - |
| YUV | 34.02 | 217.16 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 192 | 0.91 | 0.94 | 0 | 0.25 | 241.67 | 0.88 | 0.4 |
| Hex | 11 | C | C0 | 5B | 5E | 0 | 19 | F2 | 58 | 28 |
| Octal | 21 | 14 | 300 | 133 | 136 | 0 | 31 | 362 | 130 | 50 |
| Binary | 10001 | 1100 | 11000000 | 1011011 | 1011110 | 0 | 11001 | 11110010 | 1011000 | 101000 |
Color Harmonies of #110CC0
Complementary color
Monochromatic Colors of #110CC0
Black with #110CC0
Text Example
Text Example
White with #110CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CC0; }
p { color: rgb(17,12,192); }
H1.HeaderClassName
{
color: #110CC0;
}
.AnyTagClassName
{
color: #110CC0;
}
</style>
background-color css
<style>
a { background-color: #110CC0; }
a { background-color: rgb(17,12,192); }
div.DivClassName
{
background-color: #110CC0;
}
.BgClassName
{
background-color: #110CC0;
}
</style>
border-color css
<style>
span { border-color: #110CC0; }
span { border-color: rgb(17,12,192); }
td.TdClassName
{
border-color: #110CC0;
}
.TagClassName
{
border-color: #110CC0;
}
</style>