Shades of Smalt #113185
Tints of Smalt #113185
RGB
CMYK
RGB Variations
Color information
#113185 (or 0x113185) is known color: Smalt. HEX triplet: 11, 31 and 85. RGB value is (17,49,133). Sum of RGB (Red+Green+Blue) = 17+49+133=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #113185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113185 is #EECE7A. Grayscale: #303030. Windows color (decimal): -15650427 or 8728849. OLE color: 8728849.
HSL color Cylindrical-coordinate representation of color #113185: hue angle of 223.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113185 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 49 | 133 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.48 |
| HSL | 223.45º | 0.77% | 0.29% | - |
| HSV(B) | 223.45º | 0.87% | 0.52% | - |
| XYZ | 5.56 | 4.01 | 22.67 | - |
| YUV | 49.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 133 | 0.87 | 0.63 | 0 | 0.48 | 223.45 | 0.77 | 0.29 |
| Hex | 11 | 31 | 85 | 57 | 3F | 0 | 30 | DF | 4D | 1D |
| Octal | 21 | 61 | 205 | 127 | 77 | 0 | 60 | 337 | 115 | 35 |
| Binary | 10001 | 110001 | 10000101 | 1010111 | 111111 | 0 | 110000 | 11011111 | 1001101 | 11101 |
Color Harmonies of #113185
Complementary color
Monochromatic Colors of #113185
Black with #113185
Text Example
Text Example
White with #113185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113185; }
p { color: rgb(17,49,133); }
H1.HeaderClassName
{
color: #113185;
}
.AnyTagClassName
{
color: #113185;
}
</style>
background-color css
<style>
a { background-color: #113185; }
a { background-color: rgb(17,49,133); }
div.DivClassName
{
background-color: #113185;
}
.BgClassName
{
background-color: #113185;
}
</style>
border-color css
<style>
span { border-color: #113185; }
span { border-color: rgb(17,49,133); }
td.TdClassName
{
border-color: #113185;
}
.TagClassName
{
border-color: #113185;
}
</style>