Shades of Smalt #114396
Tints of Smalt #114396
RGB
CMYK
RGB Variations
Color information
#114396 (or 0x114396) is known color: Smalt. HEX triplet: 11, 43 and 96. RGB value is (17,67,150). Sum of RGB (Red+Green+Blue) = 17+67+150=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #114396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114396 is #EEBC69. Grayscale: #3D3D3D. Windows color (decimal): -15645802 or 9847569. OLE color: 9847569.
HSL color Cylindrical-coordinate representation of color #114396: hue angle of 217.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114396 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 67 | 150 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.41 |
| HSL | 217.44º | 0.8% | 0.33% | - |
| HSV(B) | 217.44º | 0.89% | 0.59% | - |
| XYZ | 7.74 | 6.34 | 29.67 | - |
| YUV | 61.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 150 | 0.89 | 0.55 | 0 | 0.41 | 217.44 | 0.8 | 0.33 |
| Hex | 11 | 43 | 96 | 59 | 37 | 0 | 29 | D9 | 50 | 21 |
| Octal | 21 | 103 | 226 | 131 | 67 | 0 | 51 | 331 | 120 | 41 |
| Binary | 10001 | 1000011 | 10010110 | 1011001 | 110111 | 0 | 101001 | 11011001 | 1010000 | 100001 |
Color Harmonies of #114396
Complementary color
Monochromatic Colors of #114396
Black with #114396
Text Example
Text Example
White with #114396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114396; }
p { color: rgb(17,67,150); }
H1.HeaderClassName
{
color: #114396;
}
.AnyTagClassName
{
color: #114396;
}
</style>
background-color css
<style>
a { background-color: #114396; }
a { background-color: rgb(17,67,150); }
div.DivClassName
{
background-color: #114396;
}
.BgClassName
{
background-color: #114396;
}
</style>
border-color css
<style>
span { border-color: #114396; }
span { border-color: rgb(17,67,150); }
td.TdClassName
{
border-color: #114396;
}
.TagClassName
{
border-color: #114396;
}
</style>