Shades of Smalt #112C88
Tints of Smalt #112C88
RGB
CMYK
RGB Variations
Color information
#112C88 (or 0x112C88) is known color: Smalt. HEX triplet: 11, 2C and 88. RGB value is (17,44,136). Sum of RGB (Red+Green+Blue) = 17+44+136=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #112C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C88 is #EED377. Grayscale: #2E2E2E. Windows color (decimal): -15651704 or 8924177. OLE color: 8924177.
HSL color Cylindrical-coordinate representation of color #112C88: hue angle of 226.39º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112C88 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 44 | 136 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.47 |
| HSL | 226.39º | 0.78% | 0.3% | - |
| HSV(B) | 226.39º | 0.88% | 0.53% | - |
| XYZ | 5.58 | 3.7 | 23.71 | - |
| YUV | 46.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 136 | 0.87 | 0.68 | 0 | 0.47 | 226.39 | 0.78 | 0.3 |
| Hex | 11 | 2C | 88 | 57 | 44 | 0 | 2F | E2 | 4E | 1E |
| Octal | 21 | 54 | 210 | 127 | 104 | 0 | 57 | 342 | 116 | 36 |
| Binary | 10001 | 101100 | 10001000 | 1010111 | 1000100 | 0 | 101111 | 11100010 | 1001110 | 11110 |
Color Harmonies of #112C88
Complementary color
Monochromatic Colors of #112C88
Black with #112C88
Text Example
Text Example
White with #112C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C88; }
p { color: rgb(17,44,136); }
H1.HeaderClassName
{
color: #112C88;
}
.AnyTagClassName
{
color: #112C88;
}
</style>
background-color css
<style>
a { background-color: #112C88; }
a { background-color: rgb(17,44,136); }
div.DivClassName
{
background-color: #112C88;
}
.BgClassName
{
background-color: #112C88;
}
</style>
border-color css
<style>
span { border-color: #112C88; }
span { border-color: rgb(17,44,136); }
td.TdClassName
{
border-color: #112C88;
}
.TagClassName
{
border-color: #112C88;
}
</style>