Shades of Smalt #104295
Tints of Smalt #104295
RGB
CMYK
RGB Variations
Color information
#104295 (or 0x104295) is known color: Smalt. HEX triplet: 10, 42 and 95. RGB value is (16,66,149). Sum of RGB (Red+Green+Blue) = 16+66+149=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #104295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104295 is #EFBD6A. Grayscale: #3C3C3C. Windows color (decimal): -15711595 or 9781776. OLE color: 9781776.
HSL color Cylindrical-coordinate representation of color #104295: hue angle of 217.44º degrees, saturation: 0.81, 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 #104295 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 66 | 149 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.42 |
| HSL | 217.44º | 0.81% | 0.32% | - |
| HSV(B) | 217.44º | 0.89% | 0.58% | - |
| XYZ | 7.59 | 6.18 | 29.23 | - |
| YUV | 60.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 149 | 0.89 | 0.56 | 0 | 0.42 | 217.44 | 0.81 | 0.32 |
| Hex | 10 | 42 | 95 | 59 | 38 | 0 | 2A | D9 | 51 | 20 |
| Octal | 20 | 102 | 225 | 131 | 70 | 0 | 52 | 331 | 121 | 40 |
| Binary | 10000 | 1000010 | 10010101 | 1011001 | 111000 | 0 | 101010 | 11011001 | 1010001 | 100000 |
Color Harmonies of #104295
Complementary color
Monochromatic Colors of #104295
Black with #104295
Text Example
Text Example
White with #104295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104295; }
p { color: rgb(16,66,149); }
H1.HeaderClassName
{
color: #104295;
}
.AnyTagClassName
{
color: #104295;
}
</style>
background-color css
<style>
a { background-color: #104295; }
a { background-color: rgb(16,66,149); }
div.DivClassName
{
background-color: #104295;
}
.BgClassName
{
background-color: #104295;
}
</style>
border-color css
<style>
span { border-color: #104295; }
span { border-color: rgb(16,66,149); }
td.TdClassName
{
border-color: #104295;
}
.TagClassName
{
border-color: #104295;
}
</style>