Shades of Medium Blue #110FBA
Tints of Medium Blue #110FBA
RGB
CMYK
RGB Variations
Color information
#110FBA (or 0x110FBA) is known color: Medium Blue. HEX triplet: 11, 0F and BA. RGB value is (17,15,186). Sum of RGB (Red+Green+Blue) = 17+15+186=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #110FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FBA is #EEF045. Grayscale: #222222. Windows color (decimal): -15659078 or 12193553. OLE color: 12193553.
HSL color Cylindrical-coordinate representation of color #110FBA: hue angle of 240.7º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FBA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 15 | 186 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.27 |
| HSL | 240.7º | 0.85% | 0.39% | - |
| HSV(B) | 240.7º | 0.92% | 0.73% | - |
| XYZ | 9.26 | 4.01 | 46.74 | - |
| YUV | 35.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 186 | 0.91 | 0.92 | 0 | 0.27 | 240.7 | 0.85 | 0.39 |
| Hex | 11 | F | BA | 5B | 5C | 0 | 1B | F1 | 55 | 27 |
| Octal | 21 | 17 | 272 | 133 | 134 | 0 | 33 | 361 | 125 | 47 |
| Binary | 10001 | 1111 | 10111010 | 1011011 | 1011100 | 0 | 11011 | 11110001 | 1010101 | 100111 |
Color Harmonies of #110FBA
Complementary color
Monochromatic Colors of #110FBA
Black with #110FBA
Text Example
Text Example
White with #110FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FBA; }
p { color: rgb(17,15,186); }
H1.HeaderClassName
{
color: #110FBA;
}
.AnyTagClassName
{
color: #110FBA;
}
</style>
background-color css
<style>
a { background-color: #110FBA; }
a { background-color: rgb(17,15,186); }
div.DivClassName
{
background-color: #110FBA;
}
.BgClassName
{
background-color: #110FBA;
}
</style>
border-color css
<style>
span { border-color: #110FBA; }
span { border-color: rgb(17,15,186); }
td.TdClassName
{
border-color: #110FBA;
}
.TagClassName
{
border-color: #110FBA;
}
</style>