Shades of Medium Blue #110FBC
Tints of Medium Blue #110FBC
RGB
CMYK
RGB Variations
Color information
#110FBC (or 0x110FBC) is known color: Medium Blue. HEX triplet: 11, 0F and BC. RGB value is (17,15,188). Sum of RGB (Red+Green+Blue) = 17+15+188=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #110FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FBC is #EEF043. Grayscale: #222222. Windows color (decimal): -15659076 or 12324625. OLE color: 12324625.
HSL color Cylindrical-coordinate representation of color #110FBC: hue angle of 240.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FBC is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 15 | 188 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.26 |
| HSL | 240.69º | 0.85% | 0.4% | - |
| HSV(B) | 240.69º | 0.92% | 0.74% | - |
| XYZ | 9.48 | 4.09 | 47.87 | - |
| YUV | 35.32 | 214.16 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 188 | 0.91 | 0.92 | 0 | 0.26 | 240.69 | 0.85 | 0.4 |
| Hex | 11 | F | BC | 5B | 5C | 0 | 1A | F1 | 55 | 28 |
| Octal | 21 | 17 | 274 | 133 | 134 | 0 | 32 | 361 | 125 | 50 |
| Binary | 10001 | 1111 | 10111100 | 1011011 | 1011100 | 0 | 11010 | 11110001 | 1010101 | 101000 |
Color Harmonies of #110FBC
Complementary color
Monochromatic Colors of #110FBC
Black with #110FBC
Text Example
Text Example
White with #110FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FBC; }
p { color: rgb(17,15,188); }
H1.HeaderClassName
{
color: #110FBC;
}
.AnyTagClassName
{
color: #110FBC;
}
</style>
background-color css
<style>
a { background-color: #110FBC; }
a { background-color: rgb(17,15,188); }
div.DivClassName
{
background-color: #110FBC;
}
.BgClassName
{
background-color: #110FBC;
}
</style>
border-color css
<style>
span { border-color: #110FBC; }
span { border-color: rgb(17,15,188); }
td.TdClassName
{
border-color: #110FBC;
}
.TagClassName
{
border-color: #110FBC;
}
</style>