Shades of Smalt #103290
Tints of Smalt #103290
RGB
CMYK
RGB Variations
Color information
#103290 (or 0x103290) is known color: Smalt. HEX triplet: 10, 32 and 90. RGB value is (16,50,144). Sum of RGB (Red+Green+Blue) = 16+50+144=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #103290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103290 is #EFCD6F. Grayscale: #323232. Windows color (decimal): -15715696 or 9450000. OLE color: 9450000.
HSL color Cylindrical-coordinate representation of color #103290: hue angle of 224.06º 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 #103290 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 50 | 144 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.44 |
| HSL | 224.06º | 0.8% | 0.31% | - |
| HSV(B) | 224.06º | 0.89% | 0.56% | - |
| XYZ | 6.39 | 4.4 | 26.9 | - |
| YUV | 50.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 144 | 0.89 | 0.65 | 0 | 0.44 | 224.06 | 0.8 | 0.31 |
| Hex | 10 | 32 | 90 | 59 | 41 | 0 | 2C | E0 | 50 | 1F |
| Octal | 20 | 62 | 220 | 131 | 101 | 0 | 54 | 340 | 120 | 37 |
| Binary | 10000 | 110010 | 10010000 | 1011001 | 1000001 | 0 | 101100 | 11100000 | 1010000 | 11111 |
Color Harmonies of #103290
Complementary color
Monochromatic Colors of #103290
Black with #103290
Text Example
Text Example
White with #103290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103290; }
p { color: rgb(16,50,144); }
H1.HeaderClassName
{
color: #103290;
}
.AnyTagClassName
{
color: #103290;
}
</style>
background-color css
<style>
a { background-color: #103290; }
a { background-color: rgb(16,50,144); }
div.DivClassName
{
background-color: #103290;
}
.BgClassName
{
background-color: #103290;
}
</style>
border-color css
<style>
span { border-color: #103290; }
span { border-color: rgb(16,50,144); }
td.TdClassName
{
border-color: #103290;
}
.TagClassName
{
border-color: #103290;
}
</style>