Shades of Smalt #103F93
Tints of Smalt #103F93
RGB
CMYK
RGB Variations
Color information
#103F93 (or 0x103F93) is known color: Smalt. HEX triplet: 10, 3F and 93. RGB value is (16,63,147). Sum of RGB (Red+Green+Blue) = 16+63+147=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #103F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F93 is #EFC06C. Grayscale: #3A3A3A. Windows color (decimal): -15712365 or 9649936. OLE color: 9649936.
HSL color Cylindrical-coordinate representation of color #103F93: hue angle of 218.47º 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 #103F93 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 63 | 147 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.42 |
| HSL | 218.47º | 0.8% | 0.32% | - |
| HSV(B) | 218.47º | 0.89% | 0.58% | - |
| XYZ | 7.26 | 5.77 | 28.34 | - |
| YUV | 58.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 147 | 0.89 | 0.57 | 0 | 0.42 | 218.47 | 0.8 | 0.32 |
| Hex | 10 | 3F | 93 | 59 | 39 | 0 | 2A | DA | 50 | 20 |
| Octal | 20 | 77 | 223 | 131 | 71 | 0 | 52 | 332 | 120 | 40 |
| Binary | 10000 | 111111 | 10010011 | 1011001 | 111001 | 0 | 101010 | 11011010 | 1010000 | 100000 |
Color Harmonies of #103F93
Complementary color
Monochromatic Colors of #103F93
Black with #103F93
Text Example
Text Example
White with #103F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F93; }
p { color: rgb(16,63,147); }
H1.HeaderClassName
{
color: #103F93;
}
.AnyTagClassName
{
color: #103F93;
}
</style>
background-color css
<style>
a { background-color: #103F93; }
a { background-color: rgb(16,63,147); }
div.DivClassName
{
background-color: #103F93;
}
.BgClassName
{
background-color: #103F93;
}
</style>
border-color css
<style>
span { border-color: #103F93; }
span { border-color: rgb(16,63,147); }
td.TdClassName
{
border-color: #103F93;
}
.TagClassName
{
border-color: #103F93;
}
</style>