Shades of Smalt #103D8D
Tints of Smalt #103D8D
RGB
CMYK
RGB Variations
Color information
#103D8D (or 0x103D8D) is known color: Smalt. HEX triplet: 10, 3D and 8D. RGB value is (16,61,141). Sum of RGB (Red+Green+Blue) = 16+61+141=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #103D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D8D is #EFC272. Grayscale: #383838. Windows color (decimal): -15712883 or 9256208. OLE color: 9256208.
HSL color Cylindrical-coordinate representation of color #103D8D: hue angle of 218.4º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103D8D is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 61 | 141 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.45 |
| HSL | 218.4º | 0.8% | 0.31% | - |
| HSV(B) | 218.4º | 0.89% | 0.55% | - |
| XYZ | 6.69 | 5.37 | 25.88 | - |
| YUV | 56.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 141 | 0.89 | 0.57 | 0 | 0.45 | 218.4 | 0.8 | 0.31 |
| Hex | 10 | 3D | 8D | 59 | 39 | 0 | 2D | DA | 50 | 1F |
| Octal | 20 | 75 | 215 | 131 | 71 | 0 | 55 | 332 | 120 | 37 |
| Binary | 10000 | 111101 | 10001101 | 1011001 | 111001 | 0 | 101101 | 11011010 | 1010000 | 11111 |
Color Harmonies of #103D8D
Complementary color
Monochromatic Colors of #103D8D
Black with #103D8D
Text Example
Text Example
White with #103D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D8D; }
p { color: rgb(16,61,141); }
H1.HeaderClassName
{
color: #103D8D;
}
.AnyTagClassName
{
color: #103D8D;
}
</style>
background-color css
<style>
a { background-color: #103D8D; }
a { background-color: rgb(16,61,141); }
div.DivClassName
{
background-color: #103D8D;
}
.BgClassName
{
background-color: #103D8D;
}
</style>
border-color css
<style>
span { border-color: #103D8D; }
span { border-color: rgb(16,61,141); }
td.TdClassName
{
border-color: #103D8D;
}
.TagClassName
{
border-color: #103D8D;
}
</style>