Shades of Smalt #104595
Tints of Smalt #104595
RGB
CMYK
RGB Variations
Color information
#104595 (or 0x104595) is known color: Smalt. HEX triplet: 10, 45 and 95. RGB value is (16,69,149). Sum of RGB (Red+Green+Blue) = 16+69+149=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #104595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104595 is #EFBA6A. Grayscale: #3D3D3D. Windows color (decimal): -15710827 or 9782544. OLE color: 9782544.
HSL color Cylindrical-coordinate representation of color #104595: hue angle of 216.09º 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 #104595 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 69 | 149 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.42 |
| HSL | 216.09º | 0.81% | 0.32% | - |
| HSV(B) | 216.09º | 0.89% | 0.58% | - |
| XYZ | 7.77 | 6.54 | 29.29 | - |
| YUV | 62.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 149 | 0.89 | 0.54 | 0 | 0.42 | 216.09 | 0.81 | 0.32 |
| Hex | 10 | 45 | 95 | 59 | 36 | 0 | 2A | D8 | 51 | 20 |
| Octal | 20 | 105 | 225 | 131 | 66 | 0 | 52 | 330 | 121 | 40 |
| Binary | 10000 | 1000101 | 10010101 | 1011001 | 110110 | 0 | 101010 | 11011000 | 1010001 | 100000 |
Color Harmonies of #104595
Complementary color
Monochromatic Colors of #104595
Black with #104595
Text Example
Text Example
White with #104595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104595; }
p { color: rgb(16,69,149); }
H1.HeaderClassName
{
color: #104595;
}
.AnyTagClassName
{
color: #104595;
}
</style>
background-color css
<style>
a { background-color: #104595; }
a { background-color: rgb(16,69,149); }
div.DivClassName
{
background-color: #104595;
}
.BgClassName
{
background-color: #104595;
}
</style>
border-color css
<style>
span { border-color: #104595; }
span { border-color: rgb(16,69,149); }
td.TdClassName
{
border-color: #104595;
}
.TagClassName
{
border-color: #104595;
}
</style>