Shades of Smalt #123391
Tints of Smalt #123391
RGB
CMYK
RGB Variations
Color information
#123391 (or 0x123391) is known color: Smalt. HEX triplet: 12, 33 and 91. RGB value is (18,51,145). Sum of RGB (Red+Green+Blue) = 18+51+145=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #123391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123391 is #EDCC6E. Grayscale: #333333. Windows color (decimal): -15584367 or 9515794. OLE color: 9515794.
HSL color Cylindrical-coordinate representation of color #123391: hue angle of 224.41º 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 #123391 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 51 | 145 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.43 |
| HSL | 224.41º | 0.78% | 0.32% | - |
| HSV(B) | 224.41º | 0.88% | 0.57% | - |
| XYZ | 6.54 | 4.54 | 27.32 | - |
| YUV | 51.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 145 | 0.88 | 0.65 | 0 | 0.43 | 224.41 | 0.78 | 0.32 |
| Hex | 12 | 33 | 91 | 58 | 41 | 0 | 2B | E0 | 4E | 20 |
| Octal | 22 | 63 | 221 | 130 | 101 | 0 | 53 | 340 | 116 | 40 |
| Binary | 10010 | 110011 | 10010001 | 1011000 | 1000001 | 0 | 101011 | 11100000 | 1001110 | 100000 |
Color Harmonies of #123391
Complementary color
Monochromatic Colors of #123391
Black with #123391
Text Example
Text Example
White with #123391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123391; }
p { color: rgb(18,51,145); }
H1.HeaderClassName
{
color: #123391;
}
.AnyTagClassName
{
color: #123391;
}
</style>
background-color css
<style>
a { background-color: #123391; }
a { background-color: rgb(18,51,145); }
div.DivClassName
{
background-color: #123391;
}
.BgClassName
{
background-color: #123391;
}
</style>
border-color css
<style>
span { border-color: #123391; }
span { border-color: rgb(18,51,145); }
td.TdClassName
{
border-color: #123391;
}
.TagClassName
{
border-color: #123391;
}
</style>