Shades of Smalt #112B8E
Tints of Smalt #112B8E
RGB
CMYK
RGB Variations
Color information
#112B8E (or 0x112B8E) is known color: Smalt. HEX triplet: 11, 2B and 8E. RGB value is (17,43,142). Sum of RGB (Red+Green+Blue) = 17+43+142=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #112B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B8E is #EED471. Grayscale: #2E2E2E. Windows color (decimal): -15651954 or 9317137. OLE color: 9317137.
HSL color Cylindrical-coordinate representation of color #112B8E: hue angle of 227.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112B8E is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 43 | 142 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.44 |
| HSL | 227.52º | 0.79% | 0.31% | - |
| HSV(B) | 227.52º | 0.88% | 0.56% | - |
| XYZ | 5.98 | 3.8 | 26.01 | - |
| YUV | 46.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 142 | 0.88 | 0.70 | 0 | 0.44 | 227.52 | 0.79 | 0.31 |
| Hex | 11 | 2B | 8E | 58 | 46 | 0 | 2C | E4 | 4F | 1F |
| Octal | 21 | 53 | 216 | 130 | 106 | 0 | 54 | 344 | 117 | 37 |
| Binary | 10001 | 101011 | 10001110 | 1011000 | 1000110 | 0 | 101100 | 11100100 | 1001111 | 11111 |
Color Harmonies of #112B8E
Complementary color
Monochromatic Colors of #112B8E
Black with #112B8E
Text Example
Text Example
White with #112B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B8E; }
p { color: rgb(17,43,142); }
H1.HeaderClassName
{
color: #112B8E;
}
.AnyTagClassName
{
color: #112B8E;
}
</style>
background-color css
<style>
a { background-color: #112B8E; }
a { background-color: rgb(17,43,142); }
div.DivClassName
{
background-color: #112B8E;
}
.BgClassName
{
background-color: #112B8E;
}
</style>
border-color css
<style>
span { border-color: #112B8E; }
span { border-color: rgb(17,43,142); }
td.TdClassName
{
border-color: #112B8E;
}
.TagClassName
{
border-color: #112B8E;
}
</style>