Shades of Medium Blue #110CC6
Tints of Medium Blue #110CC6
RGB
CMYK
RGB Variations
Color information
#110CC6 (or 0x110CC6) is known color: Medium Blue. HEX triplet: 11, 0C and C6. RGB value is (17,12,198). Sum of RGB (Red+Green+Blue) = 17+12+198=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 198 (77.73% from 255 or 87.22% from 227); Max value from RGB is 198 - color contains mainly: blue. Hex color #110CC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CC6 is #EEF339. Grayscale: #212121. Windows color (decimal): -15659834 or 12979217. OLE color: 12979217.
HSL color Cylindrical-coordinate representation of color #110CC6: hue angle of 241.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CC6 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 12 | 198 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.22 |
| HSL | 241.61º | 0.89% | 0.41% | - |
| HSV(B) | 241.61º | 0.94% | 0.78% | - |
| XYZ | 10.56 | 4.46 | 53.73 | - |
| YUV | 34.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 198 | 0.91 | 0.94 | 0 | 0.22 | 241.61 | 0.89 | 0.41 |
| Hex | 11 | C | C6 | 5B | 5E | 0 | 16 | F2 | 59 | 29 |
| Octal | 21 | 14 | 306 | 133 | 136 | 0 | 26 | 362 | 131 | 51 |
| Binary | 10001 | 1100 | 11000110 | 1011011 | 1011110 | 0 | 10110 | 11110010 | 1011001 | 101001 |
Color Harmonies of #110CC6
Complementary color
Monochromatic Colors of #110CC6
Black with #110CC6
Text Example
Text Example
White with #110CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CC6; }
p { color: rgb(17,12,198); }
H1.HeaderClassName
{
color: #110CC6;
}
.AnyTagClassName
{
color: #110CC6;
}
</style>
background-color css
<style>
a { background-color: #110CC6; }
a { background-color: rgb(17,12,198); }
div.DivClassName
{
background-color: #110CC6;
}
.BgClassName
{
background-color: #110CC6;
}
</style>
border-color css
<style>
span { border-color: #110CC6; }
span { border-color: rgb(17,12,198); }
td.TdClassName
{
border-color: #110CC6;
}
.TagClassName
{
border-color: #110CC6;
}
</style>