Shades of Smalt #123490
Tints of Smalt #123490
RGB
CMYK
RGB Variations
Color information
#123490 (or 0x123490) is known color: Smalt. HEX triplet: 12, 34 and 90. RGB value is (18,52,144). Sum of RGB (Red+Green+Blue) = 18+52+144=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #123490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123490 is #EDCB6F. Grayscale: #333333. Windows color (decimal): -15584112 or 9450514. OLE color: 9450514.
HSL color Cylindrical-coordinate representation of color #123490: hue angle of 223.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123490 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 52 | 144 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.44 |
| HSL | 223.81º | 0.78% | 0.32% | - |
| HSV(B) | 223.81º | 0.88% | 0.56% | - |
| XYZ | 6.51 | 4.6 | 26.93 | - |
| YUV | 52.32 | 179.74 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 144 | 0.88 | 0.64 | 0 | 0.44 | 223.81 | 0.78 | 0.32 |
| Hex | 12 | 34 | 90 | 58 | 40 | 0 | 2C | E0 | 4E | 20 |
| Octal | 22 | 64 | 220 | 130 | 100 | 0 | 54 | 340 | 116 | 40 |
| Binary | 10010 | 110100 | 10010000 | 1011000 | 1000000 | 0 | 101100 | 11100000 | 1001110 | 100000 |
Color Harmonies of #123490
Complementary color
Monochromatic Colors of #123490
Black with #123490
Text Example
Text Example
White with #123490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123490; }
p { color: rgb(18,52,144); }
H1.HeaderClassName
{
color: #123490;
}
.AnyTagClassName
{
color: #123490;
}
</style>
background-color css
<style>
a { background-color: #123490; }
a { background-color: rgb(18,52,144); }
div.DivClassName
{
background-color: #123490;
}
.BgClassName
{
background-color: #123490;
}
</style>
border-color css
<style>
span { border-color: #123490; }
span { border-color: rgb(18,52,144); }
td.TdClassName
{
border-color: #123490;
}
.TagClassName
{
border-color: #123490;
}
</style>