Shades of Smalt #112D8D
Tints of Smalt #112D8D
RGB
CMYK
RGB Variations
Color information
#112D8D (or 0x112D8D) is known color: Smalt. HEX triplet: 11, 2D and 8D. RGB value is (17,45,141). Sum of RGB (Red+Green+Blue) = 17+45+141=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #112D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D8D is #EED272. Grayscale: #2F2F2F. Windows color (decimal): -15651443 or 9252113. OLE color: 9252113.
HSL color Cylindrical-coordinate representation of color #112D8D: hue angle of 226.45º 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 #112D8D is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 45 | 141 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.45 |
| HSL | 226.45º | 0.78% | 0.31% | - |
| HSV(B) | 226.45º | 0.88% | 0.55% | - |
| XYZ | 5.98 | 3.92 | 25.64 | - |
| YUV | 47.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 141 | 0.88 | 0.68 | 0 | 0.45 | 226.45 | 0.78 | 0.31 |
| Hex | 11 | 2D | 8D | 58 | 44 | 0 | 2D | E2 | 4E | 1F |
| Octal | 21 | 55 | 215 | 130 | 104 | 0 | 55 | 342 | 116 | 37 |
| Binary | 10001 | 101101 | 10001101 | 1011000 | 1000100 | 0 | 101101 | 11100010 | 1001110 | 11111 |
Color Harmonies of #112D8D
Complementary color
Monochromatic Colors of #112D8D
Black with #112D8D
Text Example
Text Example
White with #112D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D8D; }
p { color: rgb(17,45,141); }
H1.HeaderClassName
{
color: #112D8D;
}
.AnyTagClassName
{
color: #112D8D;
}
</style>
background-color css
<style>
a { background-color: #112D8D; }
a { background-color: rgb(17,45,141); }
div.DivClassName
{
background-color: #112D8D;
}
.BgClassName
{
background-color: #112D8D;
}
</style>
border-color css
<style>
span { border-color: #112D8D; }
span { border-color: rgb(17,45,141); }
td.TdClassName
{
border-color: #112D8D;
}
.TagClassName
{
border-color: #112D8D;
}
</style>