Shades of Smalt #102490
Tints of Smalt #102490
RGB
CMYK
RGB Variations
Color information
#102490 (or 0x102490) is known color: Smalt. HEX triplet: 10, 24 and 90. RGB value is (16,36,144). Sum of RGB (Red+Green+Blue) = 16+36+144=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #102490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102490 is #EFDB6F. Grayscale: #292929. Windows color (decimal): -15719280 or 9446416. OLE color: 9446416.
HSL color Cylindrical-coordinate representation of color #102490: hue angle of 230.62º 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 #102490 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 36 | 144 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.44 |
| HSL | 230.63º | 0.8% | 0.31% | - |
| HSV(B) | 230.63º | 0.89% | 0.56% | - |
| XYZ | 5.88 | 3.39 | 26.73 | - |
| YUV | 42.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 144 | 0.89 | 0.75 | 0 | 0.44 | 230.63 | 0.8 | 0.31 |
| Hex | 10 | 24 | 90 | 59 | 4B | 0 | 2C | E7 | 50 | 1F |
| Octal | 20 | 44 | 220 | 131 | 113 | 0 | 54 | 347 | 120 | 37 |
| Binary | 10000 | 100100 | 10010000 | 1011001 | 1001011 | 0 | 101100 | 11100111 | 1010000 | 11111 |
Color Harmonies of #102490
Complementary color
Monochromatic Colors of #102490
Black with #102490
Text Example
Text Example
White with #102490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102490; }
p { color: rgb(16,36,144); }
H1.HeaderClassName
{
color: #102490;
}
.AnyTagClassName
{
color: #102490;
}
</style>
background-color css
<style>
a { background-color: #102490; }
a { background-color: rgb(16,36,144); }
div.DivClassName
{
background-color: #102490;
}
.BgClassName
{
background-color: #102490;
}
</style>
border-color css
<style>
span { border-color: #102490; }
span { border-color: rgb(16,36,144); }
td.TdClassName
{
border-color: #102490;
}
.TagClassName
{
border-color: #102490;
}
</style>