Shades of Medium Blue #110FBB
Tints of Medium Blue #110FBB
RGB
CMYK
RGB Variations
Color information
#110FBB (or 0x110FBB) is known color: Medium Blue. HEX triplet: 11, 0F and BB. RGB value is (17,15,187). Sum of RGB (Red+Green+Blue) = 17+15+187=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #110FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FBB is #EEF044. Grayscale: #222222. Windows color (decimal): -15659077 or 12259089. OLE color: 12259089.
HSL color Cylindrical-coordinate representation of color #110FBB: hue angle of 240.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FBB is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 15 | 187 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.27 |
| HSL | 240.7º | 0.85% | 0.4% | - |
| HSV(B) | 240.7º | 0.92% | 0.73% | - |
| XYZ | 9.37 | 4.05 | 47.3 | - |
| YUV | 35.21 | 213.66 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 187 | 0.91 | 0.92 | 0 | 0.27 | 240.7 | 0.85 | 0.4 |
| Hex | 11 | F | BB | 5B | 5C | 0 | 1B | F1 | 55 | 28 |
| Octal | 21 | 17 | 273 | 133 | 134 | 0 | 33 | 361 | 125 | 50 |
| Binary | 10001 | 1111 | 10111011 | 1011011 | 1011100 | 0 | 11011 | 11110001 | 1010101 | 101000 |
Color Harmonies of #110FBB
Complementary color
Monochromatic Colors of #110FBB
Black with #110FBB
Text Example
Text Example
White with #110FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FBB; }
p { color: rgb(17,15,187); }
H1.HeaderClassName
{
color: #110FBB;
}
.AnyTagClassName
{
color: #110FBB;
}
</style>
background-color css
<style>
a { background-color: #110FBB; }
a { background-color: rgb(17,15,187); }
div.DivClassName
{
background-color: #110FBB;
}
.BgClassName
{
background-color: #110FBB;
}
</style>
border-color css
<style>
span { border-color: #110FBB; }
span { border-color: rgb(17,15,187); }
td.TdClassName
{
border-color: #110FBB;
}
.TagClassName
{
border-color: #110FBB;
}
</style>