Shades of Medium Blue #1113BA
Tints of Medium Blue #1113BA
RGB
CMYK
RGB Variations
Color information
#1113BA (or 0x1113BA) is known color: Medium Blue. HEX triplet: 11, 13 and BA. RGB value is (17,19,186). Sum of RGB (Red+Green+Blue) = 17+19+186=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #1113BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1113BA is #EEEC45. Grayscale: #242424. Windows color (decimal): -15658054 or 12194577. OLE color: 12194577.
HSL color Cylindrical-coordinate representation of color #1113BA: hue angle of 239.29º 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 #1113BA is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 19 | 186 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.27 |
| HSL | 239.29º | 0.83% | 0.4% | - |
| HSV(B) | 239.29º | 0.91% | 0.73% | - |
| XYZ | 9.33 | 4.13 | 46.76 | - |
| YUV | 37.44 | 211.84 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 186 | 0.91 | 0.90 | 0 | 0.27 | 239.29 | 0.83 | 0.4 |
| Hex | 11 | 13 | BA | 5B | 5A | 0 | 1B | EF | 53 | 28 |
| Octal | 21 | 23 | 272 | 133 | 132 | 0 | 33 | 357 | 123 | 50 |
| Binary | 10001 | 10011 | 10111010 | 1011011 | 1011010 | 0 | 11011 | 11101111 | 1010011 | 101000 |
Color Harmonies of #1113BA
Complementary color
Monochromatic Colors of #1113BA
Black with #1113BA
Text Example
Text Example
White with #1113BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113BA; }
p { color: rgb(17,19,186); }
H1.HeaderClassName
{
color: #1113BA;
}
.AnyTagClassName
{
color: #1113BA;
}
</style>
background-color css
<style>
a { background-color: #1113BA; }
a { background-color: rgb(17,19,186); }
div.DivClassName
{
background-color: #1113BA;
}
.BgClassName
{
background-color: #1113BA;
}
</style>
border-color css
<style>
span { border-color: #1113BA; }
span { border-color: rgb(17,19,186); }
td.TdClassName
{
border-color: #1113BA;
}
.TagClassName
{
border-color: #1113BA;
}
</style>