Shades of Smalt #113190
Tints of Smalt #113190
RGB
CMYK
RGB Variations
Color information
#113190 (or 0x113190) is known color: Smalt. HEX triplet: 11, 31 and 90. RGB value is (17,49,144). Sum of RGB (Red+Green+Blue) = 17+49+144=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #113190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113190 is #EECE6F. Grayscale: #313131. Windows color (decimal): -15650416 or 9449745. OLE color: 9449745.
HSL color Cylindrical-coordinate representation of color #113190: hue angle of 224.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113190 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 49 | 144 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.44 |
| HSL | 224.88º | 0.79% | 0.32% | - |
| HSV(B) | 224.88º | 0.88% | 0.56% | - |
| XYZ | 6.36 | 4.33 | 26.89 | - |
| YUV | 50.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 144 | 0.88 | 0.66 | 0 | 0.44 | 224.88 | 0.79 | 0.32 |
| Hex | 11 | 31 | 90 | 58 | 42 | 0 | 2C | E1 | 4F | 20 |
| Octal | 21 | 61 | 220 | 130 | 102 | 0 | 54 | 341 | 117 | 40 |
| Binary | 10001 | 110001 | 10010000 | 1011000 | 1000010 | 0 | 101100 | 11100001 | 1001111 | 100000 |
Color Harmonies of #113190
Complementary color
Monochromatic Colors of #113190
Black with #113190
Text Example
Text Example
White with #113190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113190; }
p { color: rgb(17,49,144); }
H1.HeaderClassName
{
color: #113190;
}
.AnyTagClassName
{
color: #113190;
}
</style>
background-color css
<style>
a { background-color: #113190; }
a { background-color: rgb(17,49,144); }
div.DivClassName
{
background-color: #113190;
}
.BgClassName
{
background-color: #113190;
}
</style>
border-color css
<style>
span { border-color: #113190; }
span { border-color: rgb(17,49,144); }
td.TdClassName
{
border-color: #113190;
}
.TagClassName
{
border-color: #113190;
}
</style>