Shades of Smalt #103F90
Tints of Smalt #103F90
RGB
CMYK
RGB Variations
Color information
#103F90 (or 0x103F90) is known color: Smalt. HEX triplet: 10, 3F and 90. RGB value is (16,63,144). Sum of RGB (Red+Green+Blue) = 16+63+144=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #103F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F90 is #EFC06F. Grayscale: #393939. Windows color (decimal): -15712368 or 9453328. OLE color: 9453328.
HSL color Cylindrical-coordinate representation of color #103F90: hue angle of 217.97º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103F90 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 63 | 144 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.44 |
| HSL | 217.97º | 0.8% | 0.31% | - |
| HSV(B) | 217.97º | 0.89% | 0.56% | - |
| XYZ | 7.03 | 5.68 | 27.11 | - |
| YUV | 58.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 144 | 0.89 | 0.56 | 0 | 0.44 | 217.97 | 0.8 | 0.31 |
| Hex | 10 | 3F | 90 | 59 | 38 | 0 | 2C | DA | 50 | 1F |
| Octal | 20 | 77 | 220 | 131 | 70 | 0 | 54 | 332 | 120 | 37 |
| Binary | 10000 | 111111 | 10010000 | 1011001 | 111000 | 0 | 101100 | 11011010 | 1010000 | 11111 |
Color Harmonies of #103F90
Complementary color
Monochromatic Colors of #103F90
Black with #103F90
Text Example
Text Example
White with #103F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F90; }
p { color: rgb(16,63,144); }
H1.HeaderClassName
{
color: #103F90;
}
.AnyTagClassName
{
color: #103F90;
}
</style>
background-color css
<style>
a { background-color: #103F90; }
a { background-color: rgb(16,63,144); }
div.DivClassName
{
background-color: #103F90;
}
.BgClassName
{
background-color: #103F90;
}
</style>
border-color css
<style>
span { border-color: #103F90; }
span { border-color: rgb(16,63,144); }
td.TdClassName
{
border-color: #103F90;
}
.TagClassName
{
border-color: #103F90;
}
</style>