Shades of Medium Blue #1113BD
Tints of Medium Blue #1113BD
RGB
CMYK
RGB Variations
Color information
#1113BD (or 0x1113BD) is known color: Medium Blue. HEX triplet: 11, 13 and BD. RGB value is (17,19,189). Sum of RGB (Red+Green+Blue) = 17+19+189=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #1113BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1113BD is #EEEC42. Grayscale: #252525. Windows color (decimal): -15658051 or 12391185. OLE color: 12391185.
HSL color Cylindrical-coordinate representation of color #1113BD: hue angle of 239.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1113BD is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 19 | 189 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.26 |
| HSL | 239.3º | 0.83% | 0.4% | - |
| HSV(B) | 239.3º | 0.91% | 0.74% | - |
| XYZ | 9.65 | 4.26 | 48.46 | - |
| YUV | 37.78 | 213.34 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 189 | 0.91 | 0.90 | 0 | 0.26 | 239.3 | 0.83 | 0.4 |
| Hex | 11 | 13 | BD | 5B | 5A | 0 | 1A | EF | 53 | 28 |
| Octal | 21 | 23 | 275 | 133 | 132 | 0 | 32 | 357 | 123 | 50 |
| Binary | 10001 | 10011 | 10111101 | 1011011 | 1011010 | 0 | 11010 | 11101111 | 1010011 | 101000 |
Color Harmonies of #1113BD
Complementary color
Monochromatic Colors of #1113BD
Black with #1113BD
Text Example
Text Example
White with #1113BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113BD; }
p { color: rgb(17,19,189); }
H1.HeaderClassName
{
color: #1113BD;
}
.AnyTagClassName
{
color: #1113BD;
}
</style>
background-color css
<style>
a { background-color: #1113BD; }
a { background-color: rgb(17,19,189); }
div.DivClassName
{
background-color: #1113BD;
}
.BgClassName
{
background-color: #1113BD;
}
</style>
border-color css
<style>
span { border-color: #1113BD; }
span { border-color: rgb(17,19,189); }
td.TdClassName
{
border-color: #1113BD;
}
.TagClassName
{
border-color: #1113BD;
}
</style>