Shades of Smalt #112F8E
Tints of Smalt #112F8E
RGB
CMYK
RGB Variations
Color information
#112F8E (or 0x112F8E) is known color: Smalt. HEX triplet: 11, 2F and 8E. RGB value is (17,47,142). Sum of RGB (Red+Green+Blue) = 17+47+142=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #112F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F8E is #EED071. Grayscale: #303030. Windows color (decimal): -15650930 or 9318161. OLE color: 9318161.
HSL color Cylindrical-coordinate representation of color #112F8E: hue angle of 225.6º 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 #112F8E is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 47 | 142 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.44 |
| HSL | 225.6º | 0.79% | 0.31% | - |
| HSV(B) | 225.6º | 0.88% | 0.56% | - |
| XYZ | 6.13 | 4.11 | 26.06 | - |
| YUV | 48.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 142 | 0.88 | 0.67 | 0 | 0.44 | 225.6 | 0.79 | 0.31 |
| Hex | 11 | 2F | 8E | 58 | 43 | 0 | 2C | E2 | 4F | 1F |
| Octal | 21 | 57 | 216 | 130 | 103 | 0 | 54 | 342 | 117 | 37 |
| Binary | 10001 | 101111 | 10001110 | 1011000 | 1000011 | 0 | 101100 | 11100010 | 1001111 | 11111 |
Color Harmonies of #112F8E
Complementary color
Monochromatic Colors of #112F8E
Black with #112F8E
Text Example
Text Example
White with #112F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F8E; }
p { color: rgb(17,47,142); }
H1.HeaderClassName
{
color: #112F8E;
}
.AnyTagClassName
{
color: #112F8E;
}
</style>
background-color css
<style>
a { background-color: #112F8E; }
a { background-color: rgb(17,47,142); }
div.DivClassName
{
background-color: #112F8E;
}
.BgClassName
{
background-color: #112F8E;
}
</style>
border-color css
<style>
span { border-color: #112F8E; }
span { border-color: rgb(17,47,142); }
td.TdClassName
{
border-color: #112F8E;
}
.TagClassName
{
border-color: #112F8E;
}
</style>