Shades of Smalt #103592
Tints of Smalt #103592
RGB
CMYK
RGB Variations
Color information
#103592 (or 0x103592) is known color: Smalt. HEX triplet: 10, 35 and 92. RGB value is (16,53,146). Sum of RGB (Red+Green+Blue) = 16+53+146=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #103592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103592 is #EFCA6D. Grayscale: #343434. Windows color (decimal): -15714926 or 9581840. OLE color: 9581840.
HSL color Cylindrical-coordinate representation of color #103592: hue angle of 222.92º 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 #103592 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 53 | 146 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.43 |
| HSL | 222.92º | 0.8% | 0.32% | - |
| HSV(B) | 222.92º | 0.89% | 0.57% | - |
| XYZ | 6.68 | 4.73 | 27.76 | - |
| YUV | 52.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 146 | 0.89 | 0.64 | 0 | 0.43 | 222.92 | 0.8 | 0.32 |
| Hex | 10 | 35 | 92 | 59 | 40 | 0 | 2B | DF | 50 | 20 |
| Octal | 20 | 65 | 222 | 131 | 100 | 0 | 53 | 337 | 120 | 40 |
| Binary | 10000 | 110101 | 10010010 | 1011001 | 1000000 | 0 | 101011 | 11011111 | 1010000 | 100000 |
Color Harmonies of #103592
Complementary color
Monochromatic Colors of #103592
Black with #103592
Text Example
Text Example
White with #103592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103592; }
p { color: rgb(16,53,146); }
H1.HeaderClassName
{
color: #103592;
}
.AnyTagClassName
{
color: #103592;
}
</style>
background-color css
<style>
a { background-color: #103592; }
a { background-color: rgb(16,53,146); }
div.DivClassName
{
background-color: #103592;
}
.BgClassName
{
background-color: #103592;
}
</style>
border-color css
<style>
span { border-color: #103592; }
span { border-color: rgb(16,53,146); }
td.TdClassName
{
border-color: #103592;
}
.TagClassName
{
border-color: #103592;
}
</style>