Shades of Smalt #103D96
Tints of Smalt #103D96
RGB
CMYK
RGB Variations
Color information
#103D96 (or 0x103D96) is known color: Smalt. HEX triplet: 10, 3D and 96. RGB value is (16,61,150). Sum of RGB (Red+Green+Blue) = 16+61+150=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #103D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D96 is #EFC269. Grayscale: #393939. Windows color (decimal): -15712874 or 9846032. OLE color: 9846032.
HSL color Cylindrical-coordinate representation of color #103D96: hue angle of 219.85º 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 #103D96 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 61 | 150 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.41 |
| HSL | 219.85º | 0.81% | 0.33% | - |
| HSV(B) | 219.85º | 0.89% | 0.59% | - |
| XYZ | 7.39 | 5.65 | 29.56 | - |
| YUV | 57.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 150 | 0.89 | 0.59 | 0 | 0.41 | 219.85 | 0.81 | 0.33 |
| Hex | 10 | 3D | 96 | 59 | 3B | 0 | 29 | DC | 51 | 21 |
| Octal | 20 | 75 | 226 | 131 | 73 | 0 | 51 | 334 | 121 | 41 |
| Binary | 10000 | 111101 | 10010110 | 1011001 | 111011 | 0 | 101001 | 11011100 | 1010001 | 100001 |
Color Harmonies of #103D96
Complementary color
Monochromatic Colors of #103D96
Black with #103D96
Text Example
Text Example
White with #103D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D96; }
p { color: rgb(16,61,150); }
H1.HeaderClassName
{
color: #103D96;
}
.AnyTagClassName
{
color: #103D96;
}
</style>
background-color css
<style>
a { background-color: #103D96; }
a { background-color: rgb(16,61,150); }
div.DivClassName
{
background-color: #103D96;
}
.BgClassName
{
background-color: #103D96;
}
</style>
border-color css
<style>
span { border-color: #103D96; }
span { border-color: rgb(16,61,150); }
td.TdClassName
{
border-color: #103D96;
}
.TagClassName
{
border-color: #103D96;
}
</style>