Shades of Smalt #104394
Tints of Smalt #104394
RGB
CMYK
RGB Variations
Color information
#104394 (or 0x104394) is known color: Smalt. HEX triplet: 10, 43 and 94. RGB value is (16,67,148). Sum of RGB (Red+Green+Blue) = 16+67+148=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #104394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104394 is #EFBC6B. Grayscale: #3C3C3C. Windows color (decimal): -15711340 or 9716496. OLE color: 9716496.
HSL color Cylindrical-coordinate representation of color #104394: hue angle of 216.82º 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 #104394 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 67 | 148 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.42 |
| HSL | 216.82º | 0.8% | 0.32% | - |
| HSV(B) | 216.82º | 0.89% | 0.58% | - |
| XYZ | 7.57 | 6.26 | 28.83 | - |
| YUV | 60.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 148 | 0.89 | 0.55 | 0 | 0.42 | 216.82 | 0.8 | 0.32 |
| Hex | 10 | 43 | 94 | 59 | 37 | 0 | 2A | D9 | 50 | 20 |
| Octal | 20 | 103 | 224 | 131 | 67 | 0 | 52 | 331 | 120 | 40 |
| Binary | 10000 | 1000011 | 10010100 | 1011001 | 110111 | 0 | 101010 | 11011001 | 1010000 | 100000 |
Color Harmonies of #104394
Complementary color
Monochromatic Colors of #104394
Black with #104394
Text Example
Text Example
White with #104394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104394; }
p { color: rgb(16,67,148); }
H1.HeaderClassName
{
color: #104394;
}
.AnyTagClassName
{
color: #104394;
}
</style>
background-color css
<style>
a { background-color: #104394; }
a { background-color: rgb(16,67,148); }
div.DivClassName
{
background-color: #104394;
}
.BgClassName
{
background-color: #104394;
}
</style>
border-color css
<style>
span { border-color: #104394; }
span { border-color: rgb(16,67,148); }
td.TdClassName
{
border-color: #104394;
}
.TagClassName
{
border-color: #104394;
}
</style>