Shades of Smalt #112987
Tints of Smalt #112987
RGB
CMYK
RGB Variations
Color information
#112987 (or 0x112987) is known color: Smalt. HEX triplet: 11, 29 and 87. RGB value is (17,41,135). Sum of RGB (Red+Green+Blue) = 17+41+135=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #112987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112987 is #EED678. Grayscale: #2C2C2C. Windows color (decimal): -15652473 or 8857873. OLE color: 8857873.
HSL color Cylindrical-coordinate representation of color #112987: hue angle of 227.8º degrees, saturation: 0.78, 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 #112987 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 41 | 135 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.47 |
| HSL | 227.8º | 0.78% | 0.3% | - |
| HSV(B) | 227.8º | 0.87% | 0.53% | - |
| XYZ | 5.4 | 3.45 | 23.3 | - |
| YUV | 44.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 135 | 0.87 | 0.70 | 0 | 0.47 | 227.8 | 0.78 | 0.3 |
| Hex | 11 | 29 | 87 | 57 | 46 | 0 | 2F | E4 | 4E | 1E |
| Octal | 21 | 51 | 207 | 127 | 106 | 0 | 57 | 344 | 116 | 36 |
| Binary | 10001 | 101001 | 10000111 | 1010111 | 1000110 | 0 | 101111 | 11100100 | 1001110 | 11110 |
Color Harmonies of #112987
Complementary color
Monochromatic Colors of #112987
Black with #112987
Text Example
Text Example
White with #112987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112987; }
p { color: rgb(17,41,135); }
H1.HeaderClassName
{
color: #112987;
}
.AnyTagClassName
{
color: #112987;
}
</style>
background-color css
<style>
a { background-color: #112987; }
a { background-color: rgb(17,41,135); }
div.DivClassName
{
background-color: #112987;
}
.BgClassName
{
background-color: #112987;
}
</style>
border-color css
<style>
span { border-color: #112987; }
span { border-color: rgb(17,41,135); }
td.TdClassName
{
border-color: #112987;
}
.TagClassName
{
border-color: #112987;
}
</style>