Shades of Medium Blue #1115B9
Tints of Medium Blue #1115B9
RGB
CMYK
RGB Variations
Color information
#1115B9 (or 0x1115B9) is known color: Medium Blue. HEX triplet: 11, 15 and B9. RGB value is (17,21,185). Sum of RGB (Red+Green+Blue) = 17+21+185=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #1115B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115B9 is #EEEA46. Grayscale: #252525. Windows color (decimal): -15657543 or 12129553. OLE color: 12129553.
HSL color Cylindrical-coordinate representation of color #1115B9: hue angle of 238.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1115B9 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 21 | 185 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.27 |
| HSL | 238.57º | 0.83% | 0.4% | - |
| HSV(B) | 238.57º | 0.91% | 0.73% | - |
| XYZ | 9.26 | 4.16 | 46.21 | - |
| YUV | 38.5 | 210.67 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 185 | 0.91 | 0.89 | 0 | 0.27 | 238.57 | 0.83 | 0.4 |
| Hex | 11 | 15 | B9 | 5B | 59 | 0 | 1B | EF | 53 | 28 |
| Octal | 21 | 25 | 271 | 133 | 131 | 0 | 33 | 357 | 123 | 50 |
| Binary | 10001 | 10101 | 10111001 | 1011011 | 1011001 | 0 | 11011 | 11101111 | 1010011 | 101000 |
Color Harmonies of #1115B9
Complementary color
Monochromatic Colors of #1115B9
Black with #1115B9
Text Example
Text Example
White with #1115B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1115B9; }
p { color: rgb(17,21,185); }
H1.HeaderClassName
{
color: #1115B9;
}
.AnyTagClassName
{
color: #1115B9;
}
</style>
background-color css
<style>
a { background-color: #1115B9; }
a { background-color: rgb(17,21,185); }
div.DivClassName
{
background-color: #1115B9;
}
.BgClassName
{
background-color: #1115B9;
}
</style>
border-color css
<style>
span { border-color: #1115B9; }
span { border-color: rgb(17,21,185); }
td.TdClassName
{
border-color: #1115B9;
}
.TagClassName
{
border-color: #1115B9;
}
</style>