Shades of Medium Blue #110CBF
Tints of Medium Blue #110CBF
RGB
CMYK
RGB Variations
Color information
#110CBF (or 0x110CBF) is known color: Medium Blue. HEX triplet: 11, 0C and BF. RGB value is (17,12,191). Sum of RGB (Red+Green+Blue) = 17+12+191=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #110CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CBF is #EEF340. Grayscale: #212121. Windows color (decimal): -15659841 or 12520465. OLE color: 12520465.
HSL color Cylindrical-coordinate representation of color #110CBF: hue angle of 241.68º 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 #110CBF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 12 | 191 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.25 |
| HSL | 241.68º | 0.88% | 0.4% | - |
| HSV(B) | 241.68º | 0.94% | 0.75% | - |
| XYZ | 9.77 | 4.14 | 49.58 | - |
| YUV | 33.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 191 | 0.91 | 0.94 | 0 | 0.25 | 241.68 | 0.88 | 0.4 |
| Hex | 11 | C | BF | 5B | 5E | 0 | 19 | F2 | 58 | 28 |
| Octal | 21 | 14 | 277 | 133 | 136 | 0 | 31 | 362 | 130 | 50 |
| Binary | 10001 | 1100 | 10111111 | 1011011 | 1011110 | 0 | 11001 | 11110010 | 1011000 | 101000 |
Color Harmonies of #110CBF
Complementary color
Monochromatic Colors of #110CBF
Black with #110CBF
Text Example
Text Example
White with #110CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CBF; }
p { color: rgb(17,12,191); }
H1.HeaderClassName
{
color: #110CBF;
}
.AnyTagClassName
{
color: #110CBF;
}
</style>
background-color css
<style>
a { background-color: #110CBF; }
a { background-color: rgb(17,12,191); }
div.DivClassName
{
background-color: #110CBF;
}
.BgClassName
{
background-color: #110CBF;
}
</style>
border-color css
<style>
span { border-color: #110CBF; }
span { border-color: rgb(17,12,191); }
td.TdClassName
{
border-color: #110CBF;
}
.TagClassName
{
border-color: #110CBF;
}
</style>