Shades of Smalt #112B86
Tints of Smalt #112B86
RGB
CMYK
RGB Variations
Color information
#112B86 (or 0x112B86) is known color: Smalt. HEX triplet: 11, 2B and 86. RGB value is (17,43,134). Sum of RGB (Red+Green+Blue) = 17+43+134=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #112B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B86 is #EED479. Grayscale: #2D2D2D. Windows color (decimal): -15651962 or 8792849. OLE color: 8792849.
HSL color Cylindrical-coordinate representation of color #112B86: hue angle of 226.67º degrees, saturation: 0.77, 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 #112B86 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 43 | 134 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.47 |
| HSL | 226.67º | 0.77% | 0.3% | - |
| HSV(B) | 226.67º | 0.87% | 0.53% | - |
| XYZ | 5.4 | 3.57 | 22.96 | - |
| YUV | 45.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 134 | 0.87 | 0.68 | 0 | 0.47 | 226.67 | 0.77 | 0.3 |
| Hex | 11 | 2B | 86 | 57 | 44 | 0 | 2F | E3 | 4D | 1E |
| Octal | 21 | 53 | 206 | 127 | 104 | 0 | 57 | 343 | 115 | 36 |
| Binary | 10001 | 101011 | 10000110 | 1010111 | 1000100 | 0 | 101111 | 11100011 | 1001101 | 11110 |
Color Harmonies of #112B86
Complementary color
Monochromatic Colors of #112B86
Black with #112B86
Text Example
Text Example
White with #112B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B86; }
p { color: rgb(17,43,134); }
H1.HeaderClassName
{
color: #112B86;
}
.AnyTagClassName
{
color: #112B86;
}
</style>
background-color css
<style>
a { background-color: #112B86; }
a { background-color: rgb(17,43,134); }
div.DivClassName
{
background-color: #112B86;
}
.BgClassName
{
background-color: #112B86;
}
</style>
border-color css
<style>
span { border-color: #112B86; }
span { border-color: rgb(17,43,134); }
td.TdClassName
{
border-color: #112B86;
}
.TagClassName
{
border-color: #112B86;
}
</style>