Shades of Smalt #112888
Tints of Smalt #112888
RGB
CMYK
RGB Variations
Color information
#112888 (or 0x112888) is known color: Smalt. HEX triplet: 11, 28 and 88. RGB value is (17,40,136). Sum of RGB (Red+Green+Blue) = 17+40+136=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #112888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112888 is #EED777. Grayscale: #2B2B2B. Windows color (decimal): -15652728 or 8923153. OLE color: 8923153.
HSL color Cylindrical-coordinate representation of color #112888: hue angle of 228.4º 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 #112888 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 40 | 136 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.47 |
| HSL | 228.4º | 0.78% | 0.3% | - |
| HSV(B) | 228.4º | 0.88% | 0.53% | - |
| XYZ | 5.43 | 3.41 | 23.67 | - |
| YUV | 44.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 136 | 0.87 | 0.71 | 0 | 0.47 | 228.4 | 0.78 | 0.3 |
| Hex | 11 | 28 | 88 | 57 | 47 | 0 | 2F | E4 | 4E | 1E |
| Octal | 21 | 50 | 210 | 127 | 107 | 0 | 57 | 344 | 116 | 36 |
| Binary | 10001 | 101000 | 10001000 | 1010111 | 1000111 | 0 | 101111 | 11100100 | 1001110 | 11110 |
Color Harmonies of #112888
Complementary color
Monochromatic Colors of #112888
Black with #112888
Text Example
Text Example
White with #112888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112888; }
p { color: rgb(17,40,136); }
H1.HeaderClassName
{
color: #112888;
}
.AnyTagClassName
{
color: #112888;
}
</style>
background-color css
<style>
a { background-color: #112888; }
a { background-color: rgb(17,40,136); }
div.DivClassName
{
background-color: #112888;
}
.BgClassName
{
background-color: #112888;
}
</style>
border-color css
<style>
span { border-color: #112888; }
span { border-color: rgb(17,40,136); }
td.TdClassName
{
border-color: #112888;
}
.TagClassName
{
border-color: #112888;
}
</style>