Shades of Smalt #112E90
Tints of Smalt #112E90
RGB
CMYK
RGB Variations
Color information
#112E90 (or 0x112E90) is known color: Smalt. HEX triplet: 11, 2E and 90. RGB value is (17,46,144). Sum of RGB (Red+Green+Blue) = 17+46+144=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #112E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E90 is #EED16F. Grayscale: #303030. Windows color (decimal): -15651184 or 9448977. OLE color: 9448977.
HSL color Cylindrical-coordinate representation of color #112E90: hue angle of 226.3º 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 #112E90 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 46 | 144 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.44 |
| HSL | 226.3º | 0.79% | 0.32% | - |
| HSV(B) | 226.3º | 0.88% | 0.56% | - |
| XYZ | 6.24 | 4.09 | 26.85 | - |
| YUV | 48.5 | 181.89 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 144 | 0.88 | 0.68 | 0 | 0.44 | 226.3 | 0.79 | 0.32 |
| Hex | 11 | 2E | 90 | 58 | 44 | 0 | 2C | E2 | 4F | 20 |
| Octal | 21 | 56 | 220 | 130 | 104 | 0 | 54 | 342 | 117 | 40 |
| Binary | 10001 | 101110 | 10010000 | 1011000 | 1000100 | 0 | 101100 | 11100010 | 1001111 | 100000 |
Color Harmonies of #112E90
Complementary color
Monochromatic Colors of #112E90
Black with #112E90
Text Example
Text Example
White with #112E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E90; }
p { color: rgb(17,46,144); }
H1.HeaderClassName
{
color: #112E90;
}
.AnyTagClassName
{
color: #112E90;
}
</style>
background-color css
<style>
a { background-color: #112E90; }
a { background-color: rgb(17,46,144); }
div.DivClassName
{
background-color: #112E90;
}
.BgClassName
{
background-color: #112E90;
}
</style>
border-color css
<style>
span { border-color: #112E90; }
span { border-color: rgb(17,46,144); }
td.TdClassName
{
border-color: #112E90;
}
.TagClassName
{
border-color: #112E90;
}
</style>