Shades of Smalt #112788
Tints of Smalt #112788
RGB
CMYK
RGB Variations
Color information
#112788 (or 0x112788) is known color: Smalt. HEX triplet: 11, 27 and 88. RGB value is (17,39,136). Sum of RGB (Red+Green+Blue) = 17+39+136=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #112788 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112788 is #EED877. Grayscale: #2B2B2B. Windows color (decimal): -15652984 or 8922897. OLE color: 8922897.
HSL color Cylindrical-coordinate representation of color #112788: hue angle of 228.91º 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 #112788 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 39 | 136 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.47 |
| HSL | 228.91º | 0.78% | 0.3% | - |
| HSV(B) | 228.91º | 0.88% | 0.53% | - |
| XYZ | 5.4 | 3.35 | 23.65 | - |
| YUV | 43.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 136 | 0.87 | 0.71 | 0 | 0.47 | 228.91 | 0.78 | 0.3 |
| Hex | 11 | 27 | 88 | 57 | 47 | 0 | 2F | E5 | 4E | 1E |
| Octal | 21 | 47 | 210 | 127 | 107 | 0 | 57 | 345 | 116 | 36 |
| Binary | 10001 | 100111 | 10001000 | 1010111 | 1000111 | 0 | 101111 | 11100101 | 1001110 | 11110 |
Color Harmonies of #112788
Complementary color
Monochromatic Colors of #112788
Black with #112788
Text Example
Text Example
White with #112788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112788; }
p { color: rgb(17,39,136); }
H1.HeaderClassName
{
color: #112788;
}
.AnyTagClassName
{
color: #112788;
}
</style>
background-color css
<style>
a { background-color: #112788; }
a { background-color: rgb(17,39,136); }
div.DivClassName
{
background-color: #112788;
}
.BgClassName
{
background-color: #112788;
}
</style>
border-color css
<style>
span { border-color: #112788; }
span { border-color: rgb(17,39,136); }
td.TdClassName
{
border-color: #112788;
}
.TagClassName
{
border-color: #112788;
}
</style>