Shades of Smalt #104696
Tints of Smalt #104696
RGB
CMYK
RGB Variations
Color information
#104696 (or 0x104696) is known color: Smalt. HEX triplet: 10, 46 and 96. RGB value is (16,70,150). Sum of RGB (Red+Green+Blue) = 16+70+150=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #104696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104696 is #EFB969. Grayscale: #3E3E3E. Windows color (decimal): -15710570 or 9848336. OLE color: 9848336.
HSL color Cylindrical-coordinate representation of color #104696: hue angle of 215.82º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104696 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 70 | 150 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.41 |
| HSL | 215.82º | 0.81% | 0.33% | - |
| HSV(B) | 215.82º | 0.89% | 0.59% | - |
| XYZ | 7.91 | 6.69 | 29.73 | - |
| YUV | 62.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 150 | 0.89 | 0.53 | 0 | 0.41 | 215.82 | 0.81 | 0.33 |
| Hex | 10 | 46 | 96 | 59 | 35 | 0 | 29 | D8 | 51 | 21 |
| Octal | 20 | 106 | 226 | 131 | 65 | 0 | 51 | 330 | 121 | 41 |
| Binary | 10000 | 1000110 | 10010110 | 1011001 | 110101 | 0 | 101001 | 11011000 | 1010001 | 100001 |
Color Harmonies of #104696
Complementary color
Monochromatic Colors of #104696
Black with #104696
Text Example
Text Example
White with #104696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104696; }
p { color: rgb(16,70,150); }
H1.HeaderClassName
{
color: #104696;
}
.AnyTagClassName
{
color: #104696;
}
</style>
background-color css
<style>
a { background-color: #104696; }
a { background-color: rgb(16,70,150); }
div.DivClassName
{
background-color: #104696;
}
.BgClassName
{
background-color: #104696;
}
</style>
border-color css
<style>
span { border-color: #104696; }
span { border-color: rgb(16,70,150); }
td.TdClassName
{
border-color: #104696;
}
.TagClassName
{
border-color: #104696;
}
</style>