Shades of Medium Blue #1105BB
Tints of Medium Blue #1105BB
RGB
CMYK
RGB Variations
Color information
#1105BB (or 0x1105BB) is known color: Medium Blue. HEX triplet: 11, 05 and BB. RGB value is (17,5,187). Sum of RGB (Red+Green+Blue) = 17+5+187=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #1105BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1105BB is #EEFA44. Grayscale: #1C1C1C. Windows color (decimal): -15661637 or 12256529. OLE color: 12256529.
HSL color Cylindrical-coordinate representation of color #1105BB: hue angle of 243.96º degrees, saturation: 0.95, 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 #1105BB is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 5 | 187 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.27 |
| HSL | 243.96º | 0.95% | 0.38% | - |
| HSV(B) | 243.96º | 0.97% | 0.73% | - |
| XYZ | 9.26 | 3.82 | 47.26 | - |
| YUV | 29.34 | 216.98 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 187 | 0.91 | 0.97 | 0 | 0.27 | 243.96 | 0.95 | 0.38 |
| Hex | 11 | 5 | BB | 5B | 61 | 0 | 1B | F4 | 5F | 26 |
| Octal | 21 | 5 | 273 | 133 | 141 | 0 | 33 | 364 | 137 | 46 |
| Binary | 10001 | 101 | 10111011 | 1011011 | 1100001 | 0 | 11011 | 11110100 | 1011111 | 100110 |
Color Harmonies of #1105BB
Complementary color
Monochromatic Colors of #1105BB
Black with #1105BB
Text Example
Text Example
White with #1105BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1105BB; }
p { color: rgb(17,5,187); }
H1.HeaderClassName
{
color: #1105BB;
}
.AnyTagClassName
{
color: #1105BB;
}
</style>
background-color css
<style>
a { background-color: #1105BB; }
a { background-color: rgb(17,5,187); }
div.DivClassName
{
background-color: #1105BB;
}
.BgClassName
{
background-color: #1105BB;
}
</style>
border-color css
<style>
span { border-color: #1105BB; }
span { border-color: rgb(17,5,187); }
td.TdClassName
{
border-color: #1105BB;
}
.TagClassName
{
border-color: #1105BB;
}
</style>