Shades of Smalt #113187
Tints of Smalt #113187
RGB
CMYK
RGB Variations
Color information
#113187 (or 0x113187) is known color: Smalt. HEX triplet: 11, 31 and 87. RGB value is (17,49,135). Sum of RGB (Red+Green+Blue) = 17+49+135=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #113187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113187 is #EECE78. Grayscale: #303030. Windows color (decimal): -15650425 or 8859921. OLE color: 8859921.
HSL color Cylindrical-coordinate representation of color #113187: hue angle of 223.73º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113187 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 49 | 135 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.47 |
| HSL | 223.73º | 0.78% | 0.3% | - |
| HSV(B) | 223.73º | 0.87% | 0.53% | - |
| XYZ | 5.7 | 4.07 | 23.41 | - |
| YUV | 49.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 135 | 0.87 | 0.64 | 0 | 0.47 | 223.73 | 0.78 | 0.3 |
| Hex | 11 | 31 | 87 | 57 | 40 | 0 | 2F | E0 | 4E | 1E |
| Octal | 21 | 61 | 207 | 127 | 100 | 0 | 57 | 340 | 116 | 36 |
| Binary | 10001 | 110001 | 10000111 | 1010111 | 1000000 | 0 | 101111 | 11100000 | 1001110 | 11110 |
Color Harmonies of #113187
Complementary color
Monochromatic Colors of #113187
Black with #113187
Text Example
Text Example
White with #113187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113187; }
p { color: rgb(17,49,135); }
H1.HeaderClassName
{
color: #113187;
}
.AnyTagClassName
{
color: #113187;
}
</style>
background-color css
<style>
a { background-color: #113187; }
a { background-color: rgb(17,49,135); }
div.DivClassName
{
background-color: #113187;
}
.BgClassName
{
background-color: #113187;
}
</style>
border-color css
<style>
span { border-color: #113187; }
span { border-color: rgb(17,49,135); }
td.TdClassName
{
border-color: #113187;
}
.TagClassName
{
border-color: #113187;
}
</style>