Shades of Medium Blue #110CCB
Tints of Medium Blue #110CCB
RGB
CMYK
RGB Variations
Color information
#110CCB (or 0x110CCB) is known color: Medium Blue. HEX triplet: 11, 0C and CB. RGB value is (17,12,203). Sum of RGB (Red+Green+Blue) = 17+12+203=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #110CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CCB is #EEF334. Grayscale: #222222. Windows color (decimal): -15659829 or 13306897. OLE color: 13306897.
HSL color Cylindrical-coordinate representation of color #110CCB: hue angle of 241.57º 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 #110CCB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 12 | 203 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.20 |
| HSL | 241.57º | 0.89% | 0.42% | - |
| HSV(B) | 241.57º | 0.94% | 0.8% | - |
| XYZ | 11.14 | 4.69 | 56.82 | - |
| YUV | 35.27 | 222.66 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 203 | 0.92 | 0.94 | 0 | 0.20 | 241.57 | 0.89 | 0.42 |
| Hex | 11 | C | CB | 5C | 5E | 0 | 14 | F2 | 59 | 2A |
| Octal | 21 | 14 | 313 | 134 | 136 | 0 | 24 | 362 | 131 | 52 |
| Binary | 10001 | 1100 | 11001011 | 1011100 | 1011110 | 0 | 10100 | 11110010 | 1011001 | 101010 |
Color Harmonies of #110CCB
Complementary color
Monochromatic Colors of #110CCB
Black with #110CCB
Text Example
Text Example
White with #110CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CCB; }
p { color: rgb(17,12,203); }
H1.HeaderClassName
{
color: #110CCB;
}
.AnyTagClassName
{
color: #110CCB;
}
</style>
background-color css
<style>
a { background-color: #110CCB; }
a { background-color: rgb(17,12,203); }
div.DivClassName
{
background-color: #110CCB;
}
.BgClassName
{
background-color: #110CCB;
}
</style>
border-color css
<style>
span { border-color: #110CCB; }
span { border-color: rgb(17,12,203); }
td.TdClassName
{
border-color: #110CCB;
}
.TagClassName
{
border-color: #110CCB;
}
</style>