Shades of Smalt #114095
Tints of Smalt #114095
RGB
CMYK
RGB Variations
Color information
#114095 (or 0x114095) is known color: Smalt. HEX triplet: 11, 40 and 95. RGB value is (17,64,149). Sum of RGB (Red+Green+Blue) = 17+64+149=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #114095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114095 is #EEBF6A. Grayscale: #3B3B3B. Windows color (decimal): -15646571 or 9781265. OLE color: 9781265.
HSL color Cylindrical-coordinate representation of color #114095: hue angle of 218.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114095 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 64 | 149 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.42 |
| HSL | 218.64º | 0.8% | 0.33% | - |
| HSV(B) | 218.64º | 0.89% | 0.58% | - |
| XYZ | 7.49 | 5.96 | 29.19 | - |
| YUV | 59.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 149 | 0.89 | 0.57 | 0 | 0.42 | 218.64 | 0.8 | 0.33 |
| Hex | 11 | 40 | 95 | 59 | 39 | 0 | 2A | DB | 50 | 21 |
| Octal | 21 | 100 | 225 | 131 | 71 | 0 | 52 | 333 | 120 | 41 |
| Binary | 10001 | 1000000 | 10010101 | 1011001 | 111001 | 0 | 101010 | 11011011 | 1010000 | 100001 |
Color Harmonies of #114095
Complementary color
Monochromatic Colors of #114095
Black with #114095
Text Example
Text Example
White with #114095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114095; }
p { color: rgb(17,64,149); }
H1.HeaderClassName
{
color: #114095;
}
.AnyTagClassName
{
color: #114095;
}
</style>
background-color css
<style>
a { background-color: #114095; }
a { background-color: rgb(17,64,149); }
div.DivClassName
{
background-color: #114095;
}
.BgClassName
{
background-color: #114095;
}
</style>
border-color css
<style>
span { border-color: #114095; }
span { border-color: rgb(17,64,149); }
td.TdClassName
{
border-color: #114095;
}
.TagClassName
{
border-color: #114095;
}
</style>