Shades of Medium Blue #1109B7
Tints of Medium Blue #1109B7
RGB
CMYK
RGB Variations
Color information
#1109B7 (or 0x1109B7) is known color: Medium Blue. HEX triplet: 11, 09 and B7. RGB value is (17,9,183). Sum of RGB (Red+Green+Blue) = 17+9+183=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 183 (71.88% from 255 or 87.56% from 209); Max value from RGB is 183 - color contains mainly: blue. Hex color #1109B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109B7 is #EEF648. Grayscale: #1E1E1E. Windows color (decimal): -15660617 or 11995409. OLE color: 11995409.
HSL color Cylindrical-coordinate representation of color #1109B7: hue angle of 242.76º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109B7 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 9 | 183 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.28 |
| HSL | 242.76º | 0.91% | 0.38% | - |
| HSV(B) | 242.76º | 0.95% | 0.72% | - |
| XYZ | 8.88 | 3.73 | 45.05 | - |
| YUV | 31.23 | 213.65 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 183 | 0.91 | 0.95 | 0 | 0.28 | 242.76 | 0.91 | 0.38 |
| Hex | 11 | 9 | B7 | 5B | 5F | 0 | 1C | F3 | 5B | 26 |
| Octal | 21 | 11 | 267 | 133 | 137 | 0 | 34 | 363 | 133 | 46 |
| Binary | 10001 | 1001 | 10110111 | 1011011 | 1011111 | 0 | 11100 | 11110011 | 1011011 | 100110 |
Color Harmonies of #1109B7
Complementary color
Monochromatic Colors of #1109B7
Black with #1109B7
Text Example
Text Example
White with #1109B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109B7; }
p { color: rgb(17,9,183); }
H1.HeaderClassName
{
color: #1109B7;
}
.AnyTagClassName
{
color: #1109B7;
}
</style>
background-color css
<style>
a { background-color: #1109B7; }
a { background-color: rgb(17,9,183); }
div.DivClassName
{
background-color: #1109B7;
}
.BgClassName
{
background-color: #1109B7;
}
</style>
border-color css
<style>
span { border-color: #1109B7; }
span { border-color: rgb(17,9,183); }
td.TdClassName
{
border-color: #1109B7;
}
.TagClassName
{
border-color: #1109B7;
}
</style>