Shades of Smalt #114294
Tints of Smalt #114294
RGB
CMYK
RGB Variations
Color information
#114294 (or 0x114294) is known color: Smalt. HEX triplet: 11, 42 and 94. RGB value is (17,66,148). Sum of RGB (Red+Green+Blue) = 17+66+148=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #114294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114294 is #EEBD6B. Grayscale: #3C3C3C. Windows color (decimal): -15646060 or 9716241. OLE color: 9716241.
HSL color Cylindrical-coordinate representation of color #114294: hue angle of 217.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114294 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 66 | 148 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.42 |
| HSL | 217.56º | 0.79% | 0.32% | - |
| HSV(B) | 217.56º | 0.89% | 0.58% | - |
| XYZ | 7.52 | 6.15 | 28.81 | - |
| YUV | 60.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 148 | 0.89 | 0.55 | 0 | 0.42 | 217.56 | 0.79 | 0.32 |
| Hex | 11 | 42 | 94 | 59 | 37 | 0 | 2A | DA | 4F | 20 |
| Octal | 21 | 102 | 224 | 131 | 67 | 0 | 52 | 332 | 117 | 40 |
| Binary | 10001 | 1000010 | 10010100 | 1011001 | 110111 | 0 | 101010 | 11011010 | 1001111 | 100000 |
Color Harmonies of #114294
Complementary color
Monochromatic Colors of #114294
Black with #114294
Text Example
Text Example
White with #114294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114294; }
p { color: rgb(17,66,148); }
H1.HeaderClassName
{
color: #114294;
}
.AnyTagClassName
{
color: #114294;
}
</style>
background-color css
<style>
a { background-color: #114294; }
a { background-color: rgb(17,66,148); }
div.DivClassName
{
background-color: #114294;
}
.BgClassName
{
background-color: #114294;
}
</style>
border-color css
<style>
span { border-color: #114294; }
span { border-color: rgb(17,66,148); }
td.TdClassName
{
border-color: #114294;
}
.TagClassName
{
border-color: #114294;
}
</style>