Shades of Smalt #123291
Tints of Smalt #123291
RGB
CMYK
RGB Variations
Color information
#123291 (or 0x123291) is known color: Smalt. HEX triplet: 12, 32 and 91. RGB value is (18,50,145). Sum of RGB (Red+Green+Blue) = 18+50+145=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #123291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123291 is #EDCD6E. Grayscale: #323232. Windows color (decimal): -15584623 or 9515538. OLE color: 9515538.
HSL color Cylindrical-coordinate representation of color #123291: hue angle of 224.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123291 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 50 | 145 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.43 |
| HSL | 224.88º | 0.78% | 0.32% | - |
| HSV(B) | 224.88º | 0.88% | 0.57% | - |
| XYZ | 6.5 | 4.45 | 27.31 | - |
| YUV | 51.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 145 | 0.88 | 0.66 | 0 | 0.43 | 224.88 | 0.78 | 0.32 |
| Hex | 12 | 32 | 91 | 58 | 42 | 0 | 2B | E1 | 4E | 20 |
| Octal | 22 | 62 | 221 | 130 | 102 | 0 | 53 | 341 | 116 | 40 |
| Binary | 10010 | 110010 | 10010001 | 1011000 | 1000010 | 0 | 101011 | 11100001 | 1001110 | 100000 |
Color Harmonies of #123291
Complementary color
Monochromatic Colors of #123291
Black with #123291
Text Example
Text Example
White with #123291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123291; }
p { color: rgb(18,50,145); }
H1.HeaderClassName
{
color: #123291;
}
.AnyTagClassName
{
color: #123291;
}
</style>
background-color css
<style>
a { background-color: #123291; }
a { background-color: rgb(18,50,145); }
div.DivClassName
{
background-color: #123291;
}
.BgClassName
{
background-color: #123291;
}
</style>
border-color css
<style>
span { border-color: #123291; }
span { border-color: rgb(18,50,145); }
td.TdClassName
{
border-color: #123291;
}
.TagClassName
{
border-color: #123291;
}
</style>