Shades of Smalt #112B8D
Tints of Smalt #112B8D
RGB
CMYK
RGB Variations
Color information
#112B8D (or 0x112B8D) is known color: Smalt. HEX triplet: 11, 2B and 8D. RGB value is (17,43,141). Sum of RGB (Red+Green+Blue) = 17+43+141=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #112B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B8D is #EED472. Grayscale: #2D2D2D. Windows color (decimal): -15651955 or 9251601. OLE color: 9251601.
HSL color Cylindrical-coordinate representation of color #112B8D: hue angle of 227.42º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112B8D is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 43 | 141 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.45 |
| HSL | 227.42º | 0.78% | 0.31% | - |
| HSV(B) | 227.42º | 0.88% | 0.55% | - |
| XYZ | 5.9 | 3.77 | 25.62 | - |
| YUV | 46.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 141 | 0.88 | 0.70 | 0 | 0.45 | 227.42 | 0.78 | 0.31 |
| Hex | 11 | 2B | 8D | 58 | 46 | 0 | 2D | E3 | 4E | 1F |
| Octal | 21 | 53 | 215 | 130 | 106 | 0 | 55 | 343 | 116 | 37 |
| Binary | 10001 | 101011 | 10001101 | 1011000 | 1000110 | 0 | 101101 | 11100011 | 1001110 | 11111 |
Color Harmonies of #112B8D
Complementary color
Monochromatic Colors of #112B8D
Black with #112B8D
Text Example
Text Example
White with #112B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B8D; }
p { color: rgb(17,43,141); }
H1.HeaderClassName
{
color: #112B8D;
}
.AnyTagClassName
{
color: #112B8D;
}
</style>
background-color css
<style>
a { background-color: #112B8D; }
a { background-color: rgb(17,43,141); }
div.DivClassName
{
background-color: #112B8D;
}
.BgClassName
{
background-color: #112B8D;
}
</style>
border-color css
<style>
span { border-color: #112B8D; }
span { border-color: rgb(17,43,141); }
td.TdClassName
{
border-color: #112B8D;
}
.TagClassName
{
border-color: #112B8D;
}
</style>