Shades of Smalt #103F96
Tints of Smalt #103F96
RGB
CMYK
RGB Variations
Color information
#103F96 (or 0x103F96) is known color: Smalt. HEX triplet: 10, 3F and 96. RGB value is (16,63,150). Sum of RGB (Red+Green+Blue) = 16+63+150=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #103F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F96 is #EFC069. Grayscale: #3A3A3A. Windows color (decimal): -15712362 or 9846544. OLE color: 9846544.
HSL color Cylindrical-coordinate representation of color #103F96: hue angle of 218.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103F96 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 63 | 150 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.41 |
| HSL | 218.96º | 0.81% | 0.33% | - |
| HSV(B) | 218.96º | 0.89% | 0.59% | - |
| XYZ | 7.5 | 5.87 | 29.59 | - |
| YUV | 58.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 150 | 0.89 | 0.58 | 0 | 0.41 | 218.96 | 0.81 | 0.33 |
| Hex | 10 | 3F | 96 | 59 | 3A | 0 | 29 | DB | 51 | 21 |
| Octal | 20 | 77 | 226 | 131 | 72 | 0 | 51 | 333 | 121 | 41 |
| Binary | 10000 | 111111 | 10010110 | 1011001 | 111010 | 0 | 101001 | 11011011 | 1010001 | 100001 |
Color Harmonies of #103F96
Complementary color
Monochromatic Colors of #103F96
Black with #103F96
Text Example
Text Example
White with #103F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F96; }
p { color: rgb(16,63,150); }
H1.HeaderClassName
{
color: #103F96;
}
.AnyTagClassName
{
color: #103F96;
}
</style>
background-color css
<style>
a { background-color: #103F96; }
a { background-color: rgb(16,63,150); }
div.DivClassName
{
background-color: #103F96;
}
.BgClassName
{
background-color: #103F96;
}
</style>
border-color css
<style>
span { border-color: #103F96; }
span { border-color: rgb(16,63,150); }
td.TdClassName
{
border-color: #103F96;
}
.TagClassName
{
border-color: #103F96;
}
</style>