Shades of Medium Blue #110CCC
Tints of Medium Blue #110CCC
RGB
CMYK
RGB Variations
Color information
#110CCC (or 0x110CCC) is known color: Medium Blue. HEX triplet: 11, 0C and CC. RGB value is (17,12,204). Sum of RGB (Red+Green+Blue) = 17+12+204=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #110CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CCC is #EEF333. Grayscale: #222222. Windows color (decimal): -15659828 or 13372433. OLE color: 13372433.
HSL color Cylindrical-coordinate representation of color #110CCC: hue angle of 241.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CCC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 12 | 204 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.2 |
| HSL | 241.56º | 0.89% | 0.42% | - |
| HSV(B) | 241.56º | 0.94% | 0.8% | - |
| XYZ | 11.26 | 4.74 | 57.45 | - |
| YUV | 35.38 | 223.16 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 204 | 0.92 | 0.94 | 0 | 0.2 | 241.56 | 0.89 | 0.42 |
| Hex | 11 | C | CC | 5C | 5E | 0 | 14 | F2 | 59 | 2A |
| Octal | 21 | 14 | 314 | 134 | 136 | 0 | 24 | 362 | 131 | 52 |
| Binary | 10001 | 1100 | 11001100 | 1011100 | 1011110 | 0 | 10100 | 11110010 | 1011001 | 101010 |
Color Harmonies of #110CCC
Complementary color
Monochromatic Colors of #110CCC
Black with #110CCC
Text Example
Text Example
White with #110CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CCC; }
p { color: rgb(17,12,204); }
H1.HeaderClassName
{
color: #110CCC;
}
.AnyTagClassName
{
color: #110CCC;
}
</style>
background-color css
<style>
a { background-color: #110CCC; }
a { background-color: rgb(17,12,204); }
div.DivClassName
{
background-color: #110CCC;
}
.BgClassName
{
background-color: #110CCC;
}
</style>
border-color css
<style>
span { border-color: #110CCC; }
span { border-color: rgb(17,12,204); }
td.TdClassName
{
border-color: #110CCC;
}
.TagClassName
{
border-color: #110CCC;
}
</style>