Shades of Smalt #112589
Tints of Smalt #112589
RGB
CMYK
RGB Variations
Color information
#112589 (or 0x112589) is known color: Smalt. HEX triplet: 11, 25 and 89. RGB value is (17,37,137). Sum of RGB (Red+Green+Blue) = 17+37+137=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #112589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112589 is #EEDA76. Grayscale: #2A2A2A. Windows color (decimal): -15653495 or 8987921. OLE color: 8987921.
HSL color Cylindrical-coordinate representation of color #112589: hue angle of 230º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112589 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 37 | 137 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.46 |
| HSL | 230º | 0.78% | 0.3% | - |
| HSV(B) | 230º | 0.88% | 0.54% | - |
| XYZ | 5.41 | 3.25 | 24.01 | - |
| YUV | 42.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 137 | 0.88 | 0.73 | 0 | 0.46 | 230 | 0.78 | 0.3 |
| Hex | 11 | 25 | 89 | 58 | 49 | 0 | 2E | E6 | 4E | 1E |
| Octal | 21 | 45 | 211 | 130 | 111 | 0 | 56 | 346 | 116 | 36 |
| Binary | 10001 | 100101 | 10001001 | 1011000 | 1001001 | 0 | 101110 | 11100110 | 1001110 | 11110 |
Color Harmonies of #112589
Complementary color
Monochromatic Colors of #112589
Black with #112589
Text Example
Text Example
White with #112589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112589; }
p { color: rgb(17,37,137); }
H1.HeaderClassName
{
color: #112589;
}
.AnyTagClassName
{
color: #112589;
}
</style>
background-color css
<style>
a { background-color: #112589; }
a { background-color: rgb(17,37,137); }
div.DivClassName
{
background-color: #112589;
}
.BgClassName
{
background-color: #112589;
}
</style>
border-color css
<style>
span { border-color: #112589; }
span { border-color: rgb(17,37,137); }
td.TdClassName
{
border-color: #112589;
}
.TagClassName
{
border-color: #112589;
}
</style>