Shades of Smalt #113086
Tints of Smalt #113086
RGB
CMYK
RGB Variations
Color information
#113086 (or 0x113086) is known color: Smalt. HEX triplet: 11, 30 and 86. RGB value is (17,48,134). Sum of RGB (Red+Green+Blue) = 17+48+134=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #113086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113086 is #EECF79. Grayscale: #303030. Windows color (decimal): -15650682 or 8794129. OLE color: 8794129.
HSL color Cylindrical-coordinate representation of color #113086: hue angle of 224.1º degrees, saturation: 0.77, 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 #113086 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 48 | 134 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.47 |
| HSL | 224.1º | 0.77% | 0.3% | - |
| HSV(B) | 224.1º | 0.87% | 0.53% | - |
| XYZ | 5.59 | 3.95 | 23.02 | - |
| YUV | 48.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 134 | 0.87 | 0.64 | 0 | 0.47 | 224.1 | 0.77 | 0.3 |
| Hex | 11 | 30 | 86 | 57 | 40 | 0 | 2F | E0 | 4D | 1E |
| Octal | 21 | 60 | 206 | 127 | 100 | 0 | 57 | 340 | 115 | 36 |
| Binary | 10001 | 110000 | 10000110 | 1010111 | 1000000 | 0 | 101111 | 11100000 | 1001101 | 11110 |
Color Harmonies of #113086
Complementary color
Monochromatic Colors of #113086
Black with #113086
Text Example
Text Example
White with #113086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113086; }
p { color: rgb(17,48,134); }
H1.HeaderClassName
{
color: #113086;
}
.AnyTagClassName
{
color: #113086;
}
</style>
background-color css
<style>
a { background-color: #113086; }
a { background-color: rgb(17,48,134); }
div.DivClassName
{
background-color: #113086;
}
.BgClassName
{
background-color: #113086;
}
</style>
border-color css
<style>
span { border-color: #113086; }
span { border-color: rgb(17,48,134); }
td.TdClassName
{
border-color: #113086;
}
.TagClassName
{
border-color: #113086;
}
</style>