Shades of Smalt #104191
Tints of Smalt #104191
RGB
CMYK
RGB Variations
Color information
#104191 (or 0x104191) is known color: Smalt. HEX triplet: 10, 41 and 91. RGB value is (16,65,145). Sum of RGB (Red+Green+Blue) = 16+65+145=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #104191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104191 is #EFBE6E. Grayscale: #3B3B3B. Windows color (decimal): -15711855 or 9519376. OLE color: 9519376.
HSL color Cylindrical-coordinate representation of color #104191: hue angle of 217.21º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104191 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 65 | 145 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.43 |
| HSL | 217.21º | 0.8% | 0.32% | - |
| HSV(B) | 217.21º | 0.89% | 0.57% | - |
| XYZ | 7.21 | 5.94 | 27.55 | - |
| YUV | 59.47 | 176.27 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 145 | 0.89 | 0.55 | 0 | 0.43 | 217.21 | 0.8 | 0.32 |
| Hex | 10 | 41 | 91 | 59 | 37 | 0 | 2B | D9 | 50 | 20 |
| Octal | 20 | 101 | 221 | 131 | 67 | 0 | 53 | 331 | 120 | 40 |
| Binary | 10000 | 1000001 | 10010001 | 1011001 | 110111 | 0 | 101011 | 11011001 | 1010000 | 100000 |
Color Harmonies of #104191
Complementary color
Monochromatic Colors of #104191
Black with #104191
Text Example
Text Example
White with #104191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104191; }
p { color: rgb(16,65,145); }
H1.HeaderClassName
{
color: #104191;
}
.AnyTagClassName
{
color: #104191;
}
</style>
background-color css
<style>
a { background-color: #104191; }
a { background-color: rgb(16,65,145); }
div.DivClassName
{
background-color: #104191;
}
.BgClassName
{
background-color: #104191;
}
</style>
border-color css
<style>
span { border-color: #104191; }
span { border-color: rgb(16,65,145); }
td.TdClassName
{
border-color: #104191;
}
.TagClassName
{
border-color: #104191;
}
</style>