Shades of Medium Blue #1106BA
Tints of Medium Blue #1106BA
RGB
CMYK
RGB Variations
Color information
#1106BA (or 0x1106BA) is known color: Medium Blue. HEX triplet: 11, 06 and BA. RGB value is (17,6,186). Sum of RGB (Red+Green+Blue) = 17+6+186=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #1106BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106BA is #EEF945. Grayscale: #1D1D1D. Windows color (decimal): -15661382 or 12191249. OLE color: 12191249.
HSL color Cylindrical-coordinate representation of color #1106BA: hue angle of 243.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106BA is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 6 | 186 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.27 |
| HSL | 243.67º | 0.94% | 0.38% | - |
| HSV(B) | 243.67º | 0.97% | 0.73% | - |
| XYZ | 9.16 | 3.79 | 46.7 | - |
| YUV | 29.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 186 | 0.91 | 0.97 | 0 | 0.27 | 243.67 | 0.94 | 0.38 |
| Hex | 11 | 6 | BA | 5B | 61 | 0 | 1B | F4 | 5E | 26 |
| Octal | 21 | 6 | 272 | 133 | 141 | 0 | 33 | 364 | 136 | 46 |
| Binary | 10001 | 110 | 10111010 | 1011011 | 1100001 | 0 | 11011 | 11110100 | 1011110 | 100110 |
Color Harmonies of #1106BA
Complementary color
Monochromatic Colors of #1106BA
Black with #1106BA
Text Example
Text Example
White with #1106BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1106BA; }
p { color: rgb(17,6,186); }
H1.HeaderClassName
{
color: #1106BA;
}
.AnyTagClassName
{
color: #1106BA;
}
</style>
background-color css
<style>
a { background-color: #1106BA; }
a { background-color: rgb(17,6,186); }
div.DivClassName
{
background-color: #1106BA;
}
.BgClassName
{
background-color: #1106BA;
}
</style>
border-color css
<style>
span { border-color: #1106BA; }
span { border-color: rgb(17,6,186); }
td.TdClassName
{
border-color: #1106BA;
}
.TagClassName
{
border-color: #1106BA;
}
</style>