Shades of Medium Blue #1108BB
Tints of Medium Blue #1108BB
RGB
CMYK
RGB Variations
Color information
#1108BB (or 0x1108BB) is known color: Medium Blue. HEX triplet: 11, 08 and BB. RGB value is (17,8,187). Sum of RGB (Red+Green+Blue) = 17+8+187=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #1108BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1108BB is #EEF744. Grayscale: #1E1E1E. Windows color (decimal): -15660869 or 12257297. OLE color: 12257297.
HSL color Cylindrical-coordinate representation of color #1108BB: hue angle of 243.02º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1108BB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 8 | 187 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.27 |
| HSL | 243.02º | 0.92% | 0.38% | - |
| HSV(B) | 243.02º | 0.96% | 0.73% | - |
| XYZ | 9.29 | 3.88 | 47.27 | - |
| YUV | 31.1 | 215.98 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 187 | 0.91 | 0.96 | 0 | 0.27 | 243.02 | 0.92 | 0.38 |
| Hex | 11 | 8 | BB | 5B | 60 | 0 | 1B | F3 | 5C | 26 |
| Octal | 21 | 10 | 273 | 133 | 140 | 0 | 33 | 363 | 134 | 46 |
| Binary | 10001 | 1000 | 10111011 | 1011011 | 1100000 | 0 | 11011 | 11110011 | 1011100 | 100110 |
Color Harmonies of #1108BB
Complementary color
Monochromatic Colors of #1108BB
Black with #1108BB
Text Example
Text Example
White with #1108BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1108BB; }
p { color: rgb(17,8,187); }
H1.HeaderClassName
{
color: #1108BB;
}
.AnyTagClassName
{
color: #1108BB;
}
</style>
background-color css
<style>
a { background-color: #1108BB; }
a { background-color: rgb(17,8,187); }
div.DivClassName
{
background-color: #1108BB;
}
.BgClassName
{
background-color: #1108BB;
}
</style>
border-color css
<style>
span { border-color: #1108BB; }
span { border-color: rgb(17,8,187); }
td.TdClassName
{
border-color: #1108BB;
}
.TagClassName
{
border-color: #1108BB;
}
</style>