Shades of Smalt #114093
Tints of Smalt #114093
RGB
CMYK
RGB Variations
Color information
#114093 (or 0x114093) is known color: Smalt. HEX triplet: 11, 40 and 93. RGB value is (17,64,147). Sum of RGB (Red+Green+Blue) = 17+64+147=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #114093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114093 is #EEBF6C. Grayscale: #3B3B3B. Windows color (decimal): -15646573 or 9650193. OLE color: 9650193.
HSL color Cylindrical-coordinate representation of color #114093: hue angle of 218.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114093 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 64 | 147 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.42 |
| HSL | 218.31º | 0.79% | 0.32% | - |
| HSV(B) | 218.31º | 0.88% | 0.58% | - |
| XYZ | 7.33 | 5.89 | 28.35 | - |
| YUV | 59.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 147 | 0.88 | 0.56 | 0 | 0.42 | 218.31 | 0.79 | 0.32 |
| Hex | 11 | 40 | 93 | 58 | 38 | 0 | 2A | DA | 4F | 20 |
| Octal | 21 | 100 | 223 | 130 | 70 | 0 | 52 | 332 | 117 | 40 |
| Binary | 10001 | 1000000 | 10010011 | 1011000 | 111000 | 0 | 101010 | 11011010 | 1001111 | 100000 |
Color Harmonies of #114093
Complementary color
Monochromatic Colors of #114093
Black with #114093
Text Example
Text Example
White with #114093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114093; }
p { color: rgb(17,64,147); }
H1.HeaderClassName
{
color: #114093;
}
.AnyTagClassName
{
color: #114093;
}
</style>
background-color css
<style>
a { background-color: #114093; }
a { background-color: rgb(17,64,147); }
div.DivClassName
{
background-color: #114093;
}
.BgClassName
{
background-color: #114093;
}
</style>
border-color css
<style>
span { border-color: #114093; }
span { border-color: rgb(17,64,147); }
td.TdClassName
{
border-color: #114093;
}
.TagClassName
{
border-color: #114093;
}
</style>