Shades of Medium Blue #1109BB
Tints of Medium Blue #1109BB
RGB
CMYK
RGB Variations
Color information
#1109BB (or 0x1109BB) is known color: Medium Blue. HEX triplet: 11, 09 and BB. RGB value is (17,9,187). Sum of RGB (Red+Green+Blue) = 17+9+187=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #1109BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109BB is #EEF644. Grayscale: #1E1E1E. Windows color (decimal): -15660613 or 12257553. OLE color: 12257553.
HSL color Cylindrical-coordinate representation of color #1109BB: hue angle of 242.7º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109BB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 9 | 187 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.27 |
| HSL | 242.7º | 0.91% | 0.38% | - |
| HSV(B) | 242.7º | 0.95% | 0.73% | - |
| XYZ | 9.3 | 3.9 | 47.28 | - |
| YUV | 31.68 | 215.65 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 187 | 0.91 | 0.95 | 0 | 0.27 | 242.7 | 0.91 | 0.38 |
| Hex | 11 | 9 | BB | 5B | 5F | 0 | 1B | F3 | 5B | 26 |
| Octal | 21 | 11 | 273 | 133 | 137 | 0 | 33 | 363 | 133 | 46 |
| Binary | 10001 | 1001 | 10111011 | 1011011 | 1011111 | 0 | 11011 | 11110011 | 1011011 | 100110 |
Color Harmonies of #1109BB
Complementary color
Monochromatic Colors of #1109BB
Black with #1109BB
Text Example
Text Example
White with #1109BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109BB; }
p { color: rgb(17,9,187); }
H1.HeaderClassName
{
color: #1109BB;
}
.AnyTagClassName
{
color: #1109BB;
}
</style>
background-color css
<style>
a { background-color: #1109BB; }
a { background-color: rgb(17,9,187); }
div.DivClassName
{
background-color: #1109BB;
}
.BgClassName
{
background-color: #1109BB;
}
</style>
border-color css
<style>
span { border-color: #1109BB; }
span { border-color: rgb(17,9,187); }
td.TdClassName
{
border-color: #1109BB;
}
.TagClassName
{
border-color: #1109BB;
}
</style>