Shades of Medium Blue #1107BB
Tints of Medium Blue #1107BB
RGB
CMYK
RGB Variations
Color information
#1107BB (or 0x1107BB) is known color: Medium Blue. HEX triplet: 11, 07 and BB. RGB value is (17,7,187). Sum of RGB (Red+Green+Blue) = 17+7+187=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #1107BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107BB is #EEF844. Grayscale: #1D1D1D. Windows color (decimal): -15661125 or 12257041. OLE color: 12257041.
HSL color Cylindrical-coordinate representation of color #1107BB: hue angle of 243.33º degrees, saturation: 0.93, 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 #1107BB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 7 | 187 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.27 |
| HSL | 243.33º | 0.93% | 0.38% | - |
| HSV(B) | 243.33º | 0.96% | 0.73% | - |
| XYZ | 9.28 | 3.86 | 47.27 | - |
| YUV | 30.51 | 216.31 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 187 | 0.91 | 0.96 | 0 | 0.27 | 243.33 | 0.93 | 0.38 |
| Hex | 11 | 7 | BB | 5B | 60 | 0 | 1B | F3 | 5D | 26 |
| Octal | 21 | 7 | 273 | 133 | 140 | 0 | 33 | 363 | 135 | 46 |
| Binary | 10001 | 111 | 10111011 | 1011011 | 1100000 | 0 | 11011 | 11110011 | 1011101 | 100110 |
Color Harmonies of #1107BB
Complementary color
Monochromatic Colors of #1107BB
Black with #1107BB
Text Example
Text Example
White with #1107BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107BB; }
p { color: rgb(17,7,187); }
H1.HeaderClassName
{
color: #1107BB;
}
.AnyTagClassName
{
color: #1107BB;
}
</style>
background-color css
<style>
a { background-color: #1107BB; }
a { background-color: rgb(17,7,187); }
div.DivClassName
{
background-color: #1107BB;
}
.BgClassName
{
background-color: #1107BB;
}
</style>
border-color css
<style>
span { border-color: #1107BB; }
span { border-color: rgb(17,7,187); }
td.TdClassName
{
border-color: #1107BB;
}
.TagClassName
{
border-color: #1107BB;
}
</style>