Shades of Smalt #103186
Tints of Smalt #103186
RGB
CMYK
RGB Variations
Color information
#103186 (or 0x103186) is known color: Smalt. HEX triplet: 10, 31 and 86. RGB value is (16,49,134). Sum of RGB (Red+Green+Blue) = 16+49+134=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #103186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103186 is #EFCE79. Grayscale: #303030. Windows color (decimal): -15715962 or 8794384. OLE color: 8794384.
HSL color Cylindrical-coordinate representation of color #103186: hue angle of 223.22º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103186 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 49 | 134 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.47 |
| HSL | 223.22º | 0.79% | 0.29% | - |
| HSV(B) | 223.22º | 0.88% | 0.53% | - |
| XYZ | 5.62 | 4.03 | 23.04 | - |
| YUV | 48.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 134 | 0.88 | 0.63 | 0 | 0.47 | 223.22 | 0.79 | 0.29 |
| Hex | 10 | 31 | 86 | 58 | 3F | 0 | 2F | DF | 4F | 1D |
| Octal | 20 | 61 | 206 | 130 | 77 | 0 | 57 | 337 | 117 | 35 |
| Binary | 10000 | 110001 | 10000110 | 1011000 | 111111 | 0 | 101111 | 11011111 | 1001111 | 11101 |
Color Harmonies of #103186
Complementary color
Monochromatic Colors of #103186
Black with #103186
Text Example
Text Example
White with #103186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103186; }
p { color: rgb(16,49,134); }
H1.HeaderClassName
{
color: #103186;
}
.AnyTagClassName
{
color: #103186;
}
</style>
background-color css
<style>
a { background-color: #103186; }
a { background-color: rgb(16,49,134); }
div.DivClassName
{
background-color: #103186;
}
.BgClassName
{
background-color: #103186;
}
</style>
border-color css
<style>
span { border-color: #103186; }
span { border-color: rgb(16,49,134); }
td.TdClassName
{
border-color: #103186;
}
.TagClassName
{
border-color: #103186;
}
</style>