Shades of Medium Blue #1106BB
Tints of Medium Blue #1106BB
RGB
CMYK
RGB Variations
Color information
#1106BB (or 0x1106BB) is known color: Medium Blue. HEX triplet: 11, 06 and BB. RGB value is (17,6,187). Sum of RGB (Red+Green+Blue) = 17+6+187=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #1106BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106BB is #EEF944. Grayscale: #1D1D1D. Windows color (decimal): -15661381 or 12256785. OLE color: 12256785.
HSL color Cylindrical-coordinate representation of color #1106BB: hue angle of 243.65º 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 #1106BB is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 6 | 187 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.27 |
| HSL | 243.65º | 0.94% | 0.38% | - |
| HSV(B) | 243.65º | 0.97% | 0.73% | - |
| XYZ | 9.27 | 3.84 | 47.27 | - |
| YUV | 29.92 | 216.64 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 187 | 0.91 | 0.97 | 0 | 0.27 | 243.65 | 0.94 | 0.38 |
| Hex | 11 | 6 | BB | 5B | 61 | 0 | 1B | F4 | 5E | 26 |
| Octal | 21 | 6 | 273 | 133 | 141 | 0 | 33 | 364 | 136 | 46 |
| Binary | 10001 | 110 | 10111011 | 1011011 | 1100001 | 0 | 11011 | 11110100 | 1011110 | 100110 |
Color Harmonies of #1106BB
Complementary color
Monochromatic Colors of #1106BB
Black with #1106BB
Text Example
Text Example
White with #1106BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1106BB; }
p { color: rgb(17,6,187); }
H1.HeaderClassName
{
color: #1106BB;
}
.AnyTagClassName
{
color: #1106BB;
}
</style>
background-color css
<style>
a { background-color: #1106BB; }
a { background-color: rgb(17,6,187); }
div.DivClassName
{
background-color: #1106BB;
}
.BgClassName
{
background-color: #1106BB;
}
</style>
border-color css
<style>
span { border-color: #1106BB; }
span { border-color: rgb(17,6,187); }
td.TdClassName
{
border-color: #1106BB;
}
.TagClassName
{
border-color: #1106BB;
}
</style>