Shades of Smalt #103993
Tints of Smalt #103993
RGB
CMYK
RGB Variations
Color information
#103993 (or 0x103993) is known color: Smalt. HEX triplet: 10, 39 and 93. RGB value is (16,57,147). Sum of RGB (Red+Green+Blue) = 16+57+147=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #103993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103993 is #EFC66C. Grayscale: #363636. Windows color (decimal): -15713901 or 9648400. OLE color: 9648400.
HSL color Cylindrical-coordinate representation of color #103993: hue angle of 221.22º degrees, saturation: 0.8, 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 #103993 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 57 | 147 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.42 |
| HSL | 221.22º | 0.8% | 0.32% | - |
| HSV(B) | 221.22º | 0.89% | 0.58% | - |
| XYZ | 6.94 | 5.14 | 28.23 | - |
| YUV | 55 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 147 | 0.89 | 0.61 | 0 | 0.42 | 221.22 | 0.8 | 0.32 |
| Hex | 10 | 39 | 93 | 59 | 3D | 0 | 2A | DD | 50 | 20 |
| Octal | 20 | 71 | 223 | 131 | 75 | 0 | 52 | 335 | 120 | 40 |
| Binary | 10000 | 111001 | 10010011 | 1011001 | 111101 | 0 | 101010 | 11011101 | 1010000 | 100000 |
Color Harmonies of #103993
Complementary color
Monochromatic Colors of #103993
Black with #103993
Text Example
Text Example
White with #103993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103993; }
p { color: rgb(16,57,147); }
H1.HeaderClassName
{
color: #103993;
}
.AnyTagClassName
{
color: #103993;
}
</style>
background-color css
<style>
a { background-color: #103993; }
a { background-color: rgb(16,57,147); }
div.DivClassName
{
background-color: #103993;
}
.BgClassName
{
background-color: #103993;
}
</style>
border-color css
<style>
span { border-color: #103993; }
span { border-color: rgb(16,57,147); }
td.TdClassName
{
border-color: #103993;
}
.TagClassName
{
border-color: #103993;
}
</style>