Shades of Smalt #123290
Tints of Smalt #123290
RGB
CMYK
RGB Variations
Color information
#123290 (or 0x123290) is known color: Smalt. HEX triplet: 12, 32 and 90. RGB value is (18,50,144). Sum of RGB (Red+Green+Blue) = 18+50+144=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #123290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123290 is #EDCD6F. Grayscale: #323232. Windows color (decimal): -15584624 or 9450002. OLE color: 9450002.
HSL color Cylindrical-coordinate representation of color #123290: hue angle of 224.76º 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 #123290 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 50 | 144 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.44 |
| HSL | 224.76º | 0.78% | 0.32% | - |
| HSV(B) | 224.76º | 0.88% | 0.56% | - |
| XYZ | 6.42 | 4.42 | 26.9 | - |
| YUV | 51.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 144 | 0.88 | 0.65 | 0 | 0.44 | 224.76 | 0.78 | 0.32 |
| Hex | 12 | 32 | 90 | 58 | 41 | 0 | 2C | E1 | 4E | 20 |
| Octal | 22 | 62 | 220 | 130 | 101 | 0 | 54 | 341 | 116 | 40 |
| Binary | 10010 | 110010 | 10010000 | 1011000 | 1000001 | 0 | 101100 | 11100001 | 1001110 | 100000 |
Color Harmonies of #123290
Complementary color
Monochromatic Colors of #123290
Black with #123290
Text Example
Text Example
White with #123290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123290; }
p { color: rgb(18,50,144); }
H1.HeaderClassName
{
color: #123290;
}
.AnyTagClassName
{
color: #123290;
}
</style>
background-color css
<style>
a { background-color: #123290; }
a { background-color: rgb(18,50,144); }
div.DivClassName
{
background-color: #123290;
}
.BgClassName
{
background-color: #123290;
}
</style>
border-color css
<style>
span { border-color: #123290; }
span { border-color: rgb(18,50,144); }
td.TdClassName
{
border-color: #123290;
}
.TagClassName
{
border-color: #123290;
}
</style>