Shades of Medium Blue #1109BE
Tints of Medium Blue #1109BE
RGB
CMYK
RGB Variations
Color information
#1109BE (or 0x1109BE) is known color: Medium Blue. HEX triplet: 11, 09 and BE. RGB value is (17,9,190). Sum of RGB (Red+Green+Blue) = 17+9+190=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #1109BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109BE is #EEF641. Grayscale: #1F1F1F. Windows color (decimal): -15660610 or 12454161. OLE color: 12454161.
HSL color Cylindrical-coordinate representation of color #1109BE: hue angle of 242.65º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109BE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 9 | 190 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.25 |
| HSL | 242.65º | 0.91% | 0.39% | - |
| HSV(B) | 242.65º | 0.95% | 0.75% | - |
| XYZ | 9.62 | 4.03 | 48.99 | - |
| YUV | 32.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 190 | 0.91 | 0.95 | 0 | 0.25 | 242.65 | 0.91 | 0.39 |
| Hex | 11 | 9 | BE | 5B | 5F | 0 | 19 | F3 | 5B | 27 |
| Octal | 21 | 11 | 276 | 133 | 137 | 0 | 31 | 363 | 133 | 47 |
| Binary | 10001 | 1001 | 10111110 | 1011011 | 1011111 | 0 | 11001 | 11110011 | 1011011 | 100111 |
Color Harmonies of #1109BE
Complementary color
Monochromatic Colors of #1109BE
Black with #1109BE
Text Example
Text Example
White with #1109BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109BE; }
p { color: rgb(17,9,190); }
H1.HeaderClassName
{
color: #1109BE;
}
.AnyTagClassName
{
color: #1109BE;
}
</style>
background-color css
<style>
a { background-color: #1109BE; }
a { background-color: rgb(17,9,190); }
div.DivClassName
{
background-color: #1109BE;
}
.BgClassName
{
background-color: #1109BE;
}
</style>
border-color css
<style>
span { border-color: #1109BE; }
span { border-color: rgb(17,9,190); }
td.TdClassName
{
border-color: #1109BE;
}
.TagClassName
{
border-color: #1109BE;
}
</style>