Shades of Smalt #103A95
Tints of Smalt #103A95
RGB
CMYK
RGB Variations
Color information
#103A95 (or 0x103A95) is known color: Smalt. HEX triplet: 10, 3A and 95. RGB value is (16,58,149). Sum of RGB (Red+Green+Blue) = 16+58+149=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #103A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A95 is #EFC56A. Grayscale: #373737. Windows color (decimal): -15713643 or 9779728. OLE color: 9779728.
HSL color Cylindrical-coordinate representation of color #103A95: hue angle of 221.05º 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 #103A95 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 58 | 149 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.42 |
| HSL | 221.05º | 0.81% | 0.32% | - |
| HSV(B) | 221.05º | 0.89% | 0.58% | - |
| XYZ | 7.15 | 5.31 | 29.08 | - |
| YUV | 55.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 149 | 0.89 | 0.61 | 0 | 0.42 | 221.05 | 0.81 | 0.32 |
| Hex | 10 | 3A | 95 | 59 | 3D | 0 | 2A | DD | 51 | 20 |
| Octal | 20 | 72 | 225 | 131 | 75 | 0 | 52 | 335 | 121 | 40 |
| Binary | 10000 | 111010 | 10010101 | 1011001 | 111101 | 0 | 101010 | 11011101 | 1010001 | 100000 |
Color Harmonies of #103A95
Complementary color
Monochromatic Colors of #103A95
Black with #103A95
Text Example
Text Example
White with #103A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A95; }
p { color: rgb(16,58,149); }
H1.HeaderClassName
{
color: #103A95;
}
.AnyTagClassName
{
color: #103A95;
}
</style>
background-color css
<style>
a { background-color: #103A95; }
a { background-color: rgb(16,58,149); }
div.DivClassName
{
background-color: #103A95;
}
.BgClassName
{
background-color: #103A95;
}
</style>
border-color css
<style>
span { border-color: #103A95; }
span { border-color: rgb(16,58,149); }
td.TdClassName
{
border-color: #103A95;
}
.TagClassName
{
border-color: #103A95;
}
</style>