Shades of Smalt #103D95
Tints of Smalt #103D95
RGB
CMYK
RGB Variations
Color information
#103D95 (or 0x103D95) is known color: Smalt. HEX triplet: 10, 3D and 95. RGB value is (16,61,149). Sum of RGB (Red+Green+Blue) = 16+61+149=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #103D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D95 is #EFC26A. Grayscale: #393939. Windows color (decimal): -15712875 or 9780496. OLE color: 9780496.
HSL color Cylindrical-coordinate representation of color #103D95: hue angle of 219.7º degrees, saturation: 0.81, 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 #103D95 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 61 | 149 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.42 |
| HSL | 219.7º | 0.81% | 0.32% | - |
| HSV(B) | 219.7º | 0.89% | 0.58% | - |
| XYZ | 7.31 | 5.62 | 29.13 | - |
| YUV | 57.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 149 | 0.89 | 0.59 | 0 | 0.42 | 219.7 | 0.81 | 0.32 |
| Hex | 10 | 3D | 95 | 59 | 3B | 0 | 2A | DC | 51 | 20 |
| Octal | 20 | 75 | 225 | 131 | 73 | 0 | 52 | 334 | 121 | 40 |
| Binary | 10000 | 111101 | 10010101 | 1011001 | 111011 | 0 | 101010 | 11011100 | 1010001 | 100000 |
Color Harmonies of #103D95
Complementary color
Monochromatic Colors of #103D95
Black with #103D95
Text Example
Text Example
White with #103D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D95; }
p { color: rgb(16,61,149); }
H1.HeaderClassName
{
color: #103D95;
}
.AnyTagClassName
{
color: #103D95;
}
</style>
background-color css
<style>
a { background-color: #103D95; }
a { background-color: rgb(16,61,149); }
div.DivClassName
{
background-color: #103D95;
}
.BgClassName
{
background-color: #103D95;
}
</style>
border-color css
<style>
span { border-color: #103D95; }
span { border-color: rgb(16,61,149); }
td.TdClassName
{
border-color: #103D95;
}
.TagClassName
{
border-color: #103D95;
}
</style>