Shades of Smalt #104395
Tints of Smalt #104395
RGB
CMYK
RGB Variations
Color information
#104395 (or 0x104395) is known color: Smalt. HEX triplet: 10, 43 and 95. RGB value is (16,67,149). Sum of RGB (Red+Green+Blue) = 16+67+149=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #104395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104395 is #EFBC6A. Grayscale: #3C3C3C. Windows color (decimal): -15711339 or 9782032. OLE color: 9782032.
HSL color Cylindrical-coordinate representation of color #104395: hue angle of 216.99º 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 #104395 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 67 | 149 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.42 |
| HSL | 216.99º | 0.81% | 0.32% | - |
| HSV(B) | 216.99º | 0.89% | 0.58% | - |
| XYZ | 7.65 | 6.29 | 29.25 | - |
| YUV | 61.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 149 | 0.89 | 0.55 | 0 | 0.42 | 216.99 | 0.81 | 0.32 |
| Hex | 10 | 43 | 95 | 59 | 37 | 0 | 2A | D9 | 51 | 20 |
| Octal | 20 | 103 | 225 | 131 | 67 | 0 | 52 | 331 | 121 | 40 |
| Binary | 10000 | 1000011 | 10010101 | 1011001 | 110111 | 0 | 101010 | 11011001 | 1010001 | 100000 |
Color Harmonies of #104395
Complementary color
Monochromatic Colors of #104395
Black with #104395
Text Example
Text Example
White with #104395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104395; }
p { color: rgb(16,67,149); }
H1.HeaderClassName
{
color: #104395;
}
.AnyTagClassName
{
color: #104395;
}
</style>
background-color css
<style>
a { background-color: #104395; }
a { background-color: rgb(16,67,149); }
div.DivClassName
{
background-color: #104395;
}
.BgClassName
{
background-color: #104395;
}
</style>
border-color css
<style>
span { border-color: #104395; }
span { border-color: rgb(16,67,149); }
td.TdClassName
{
border-color: #104395;
}
.TagClassName
{
border-color: #104395;
}
</style>