Shades of Smalt #114191
Tints of Smalt #114191
RGB
CMYK
RGB Variations
Color information
#114191 (or 0x114191) is known color: Smalt. HEX triplet: 11, 41 and 91. RGB value is (17,65,145). Sum of RGB (Red+Green+Blue) = 17+65+145=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #114191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114191 is #EEBE6E. Grayscale: #3B3B3B. Windows color (decimal): -15646319 or 9519377. OLE color: 9519377.
HSL color Cylindrical-coordinate representation of color #114191: hue angle of 217.5º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114191 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 65 | 145 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.43 |
| HSL | 217.5º | 0.79% | 0.32% | - |
| HSV(B) | 217.5º | 0.88% | 0.57% | - |
| XYZ | 7.23 | 5.94 | 27.55 | - |
| YUV | 59.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 145 | 0.88 | 0.55 | 0 | 0.43 | 217.5 | 0.79 | 0.32 |
| Hex | 11 | 41 | 91 | 58 | 37 | 0 | 2B | DA | 4F | 20 |
| Octal | 21 | 101 | 221 | 130 | 67 | 0 | 53 | 332 | 117 | 40 |
| Binary | 10001 | 1000001 | 10010001 | 1011000 | 110111 | 0 | 101011 | 11011010 | 1001111 | 100000 |
Color Harmonies of #114191
Complementary color
Monochromatic Colors of #114191
Black with #114191
Text Example
Text Example
White with #114191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114191; }
p { color: rgb(17,65,145); }
H1.HeaderClassName
{
color: #114191;
}
.AnyTagClassName
{
color: #114191;
}
</style>
background-color css
<style>
a { background-color: #114191; }
a { background-color: rgb(17,65,145); }
div.DivClassName
{
background-color: #114191;
}
.BgClassName
{
background-color: #114191;
}
</style>
border-color css
<style>
span { border-color: #114191; }
span { border-color: rgb(17,65,145); }
td.TdClassName
{
border-color: #114191;
}
.TagClassName
{
border-color: #114191;
}
</style>