Shades of Smalt #113082
Tints of Smalt #113082
RGB
CMYK
RGB Variations
Color information
#113082 (or 0x113082) is known color: Smalt. HEX triplet: 11, 30 and 82. RGB value is (17,48,130). Sum of RGB (Red+Green+Blue) = 17+48+130=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #113082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113082 is #EECF7D. Grayscale: #2F2F2F. Windows color (decimal): -15650686 or 8531985. OLE color: 8531985.
HSL color Cylindrical-coordinate representation of color #113082: hue angle of 223.54º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113082 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 48 | 130 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.49 |
| HSL | 223.54º | 0.77% | 0.29% | - |
| HSV(B) | 223.54º | 0.87% | 0.51% | - |
| XYZ | 5.32 | 3.84 | 21.58 | - |
| YUV | 48.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 130 | 0.87 | 0.63 | 0 | 0.49 | 223.54 | 0.77 | 0.29 |
| Hex | 11 | 30 | 82 | 57 | 3F | 0 | 31 | E0 | 4D | 1D |
| Octal | 21 | 60 | 202 | 127 | 77 | 0 | 61 | 340 | 115 | 35 |
| Binary | 10001 | 110000 | 10000010 | 1010111 | 111111 | 0 | 110001 | 11100000 | 1001101 | 11101 |
Color Harmonies of #113082
Complementary color
Monochromatic Colors of #113082
Black with #113082
Text Example
Text Example
White with #113082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113082; }
p { color: rgb(17,48,130); }
H1.HeaderClassName
{
color: #113082;
}
.AnyTagClassName
{
color: #113082;
}
</style>
background-color css
<style>
a { background-color: #113082; }
a { background-color: rgb(17,48,130); }
div.DivClassName
{
background-color: #113082;
}
.BgClassName
{
background-color: #113082;
}
</style>
border-color css
<style>
span { border-color: #113082; }
span { border-color: rgb(17,48,130); }
td.TdClassName
{
border-color: #113082;
}
.TagClassName
{
border-color: #113082;
}
</style>