Shades of Smalt #123090
Tints of Smalt #123090
RGB
CMYK
RGB Variations
Color information
#123090 (or 0x123090) is known color: Smalt. HEX triplet: 12, 30 and 90. RGB value is (18,48,144). Sum of RGB (Red+Green+Blue) = 18+48+144=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 48 (19.14% from 255 or 22.86% 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 #123090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123090 is #EDCF6F. Grayscale: #313131. Windows color (decimal): -15585136 or 9449490. OLE color: 9449490.
HSL color Cylindrical-coordinate representation of color #123090: hue angle of 225.71º 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 #123090 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 48 | 144 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.44 |
| HSL | 225.71º | 0.78% | 0.32% | - |
| HSV(B) | 225.71º | 0.88% | 0.56% | - |
| XYZ | 6.34 | 4.26 | 26.87 | - |
| YUV | 49.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 144 | 0.88 | 0.67 | 0 | 0.44 | 225.71 | 0.78 | 0.32 |
| Hex | 12 | 30 | 90 | 58 | 43 | 0 | 2C | E2 | 4E | 20 |
| Octal | 22 | 60 | 220 | 130 | 103 | 0 | 54 | 342 | 116 | 40 |
| Binary | 10010 | 110000 | 10010000 | 1011000 | 1000011 | 0 | 101100 | 11100010 | 1001110 | 100000 |
Color Harmonies of #123090
Complementary color
Monochromatic Colors of #123090
Black with #123090
Text Example
Text Example
White with #123090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123090; }
p { color: rgb(18,48,144); }
H1.HeaderClassName
{
color: #123090;
}
.AnyTagClassName
{
color: #123090;
}
</style>
background-color css
<style>
a { background-color: #123090; }
a { background-color: rgb(18,48,144); }
div.DivClassName
{
background-color: #123090;
}
.BgClassName
{
background-color: #123090;
}
</style>
border-color css
<style>
span { border-color: #123090; }
span { border-color: rgb(18,48,144); }
td.TdClassName
{
border-color: #123090;
}
.TagClassName
{
border-color: #123090;
}
</style>