Shades of Smalt #104194
Tints of Smalt #104194
RGB
CMYK
RGB Variations
Color information
#104194 (or 0x104194) is known color: Smalt. HEX triplet: 10, 41 and 94. RGB value is (16,65,148). Sum of RGB (Red+Green+Blue) = 16+65+148=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #104194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104194 is #EFBE6B. Grayscale: #3B3B3B. Windows color (decimal): -15711852 or 9715984. OLE color: 9715984.
HSL color Cylindrical-coordinate representation of color #104194: hue angle of 217.73º degrees, saturation: 0.8, 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 #104194 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 65 | 148 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.42 |
| HSL | 217.73º | 0.8% | 0.32% | - |
| HSV(B) | 217.73º | 0.89% | 0.58% | - |
| XYZ | 7.45 | 6.03 | 28.79 | - |
| YUV | 59.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 148 | 0.89 | 0.56 | 0 | 0.42 | 217.73 | 0.8 | 0.32 |
| Hex | 10 | 41 | 94 | 59 | 38 | 0 | 2A | DA | 50 | 20 |
| Octal | 20 | 101 | 224 | 131 | 70 | 0 | 52 | 332 | 120 | 40 |
| Binary | 10000 | 1000001 | 10010100 | 1011001 | 111000 | 0 | 101010 | 11011010 | 1010000 | 100000 |
Color Harmonies of #104194
Complementary color
Monochromatic Colors of #104194
Black with #104194
Text Example
Text Example
White with #104194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104194; }
p { color: rgb(16,65,148); }
H1.HeaderClassName
{
color: #104194;
}
.AnyTagClassName
{
color: #104194;
}
</style>
background-color css
<style>
a { background-color: #104194; }
a { background-color: rgb(16,65,148); }
div.DivClassName
{
background-color: #104194;
}
.BgClassName
{
background-color: #104194;
}
</style>
border-color css
<style>
span { border-color: #104194; }
span { border-color: rgb(16,65,148); }
td.TdClassName
{
border-color: #104194;
}
.TagClassName
{
border-color: #104194;
}
</style>