Shades of Smalt #113184
Tints of Smalt #113184
RGB
CMYK
RGB Variations
Color information
#113184 (or 0x113184) is known color: Smalt. HEX triplet: 11, 31 and 84. RGB value is (17,49,132). Sum of RGB (Red+Green+Blue) = 17+49+132=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #113184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113184 is #EECE7B. Grayscale: #303030. Windows color (decimal): -15650428 or 8663313. OLE color: 8663313.
HSL color Cylindrical-coordinate representation of color #113184: hue angle of 223.3º 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 #113184 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 49 | 132 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.48 |
| HSL | 223.3º | 0.77% | 0.29% | - |
| HSV(B) | 223.3º | 0.87% | 0.52% | - |
| XYZ | 5.49 | 3.98 | 22.31 | - |
| YUV | 48.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 132 | 0.87 | 0.63 | 0 | 0.48 | 223.3 | 0.77 | 0.29 |
| Hex | 11 | 31 | 84 | 57 | 3F | 0 | 30 | DF | 4D | 1D |
| Octal | 21 | 61 | 204 | 127 | 77 | 0 | 60 | 337 | 115 | 35 |
| Binary | 10001 | 110001 | 10000100 | 1010111 | 111111 | 0 | 110000 | 11011111 | 1001101 | 11101 |
Color Harmonies of #113184
Complementary color
Monochromatic Colors of #113184
Black with #113184
Text Example
Text Example
White with #113184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113184; }
p { color: rgb(17,49,132); }
H1.HeaderClassName
{
color: #113184;
}
.AnyTagClassName
{
color: #113184;
}
</style>
background-color css
<style>
a { background-color: #113184; }
a { background-color: rgb(17,49,132); }
div.DivClassName
{
background-color: #113184;
}
.BgClassName
{
background-color: #113184;
}
</style>
border-color css
<style>
span { border-color: #113184; }
span { border-color: rgb(17,49,132); }
td.TdClassName
{
border-color: #113184;
}
.TagClassName
{
border-color: #113184;
}
</style>