Shades of Smalt #114395
Tints of Smalt #114395
RGB
CMYK
RGB Variations
Color information
#114395 (or 0x114395) is known color: Smalt. HEX triplet: 11, 43 and 95. RGB value is (17,67,149). Sum of RGB (Red+Green+Blue) = 17+67+149=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #114395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114395 is #EEBC6A. Grayscale: #3D3D3D. Windows color (decimal): -15645803 or 9782033. OLE color: 9782033.
HSL color Cylindrical-coordinate representation of color #114395: hue angle of 217.27º 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 #114395 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 67 | 149 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.42 |
| HSL | 217.27º | 0.8% | 0.33% | - |
| HSV(B) | 217.27º | 0.89% | 0.58% | - |
| XYZ | 7.66 | 6.3 | 29.25 | - |
| YUV | 61.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 149 | 0.89 | 0.55 | 0 | 0.42 | 217.27 | 0.8 | 0.33 |
| Hex | 11 | 43 | 95 | 59 | 37 | 0 | 2A | D9 | 50 | 21 |
| Octal | 21 | 103 | 225 | 131 | 67 | 0 | 52 | 331 | 120 | 41 |
| Binary | 10001 | 1000011 | 10010101 | 1011001 | 110111 | 0 | 101010 | 11011001 | 1010000 | 100001 |
Color Harmonies of #114395
Complementary color
Monochromatic Colors of #114395
Black with #114395
Text Example
Text Example
White with #114395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114395; }
p { color: rgb(17,67,149); }
H1.HeaderClassName
{
color: #114395;
}
.AnyTagClassName
{
color: #114395;
}
</style>
background-color css
<style>
a { background-color: #114395; }
a { background-color: rgb(17,67,149); }
div.DivClassName
{
background-color: #114395;
}
.BgClassName
{
background-color: #114395;
}
</style>
border-color css
<style>
span { border-color: #114395; }
span { border-color: rgb(17,67,149); }
td.TdClassName
{
border-color: #114395;
}
.TagClassName
{
border-color: #114395;
}
</style>