Shades of Smalt #123A93
Tints of Smalt #123A93
RGB
CMYK
RGB Variations
Color information
#123A93 (or 0x123A93) is known color: Smalt. HEX triplet: 12, 3A and 93. RGB value is (18,58,147). Sum of RGB (Red+Green+Blue) = 18+58+147=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #123A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A93 is #EDC56C. Grayscale: #373737. Windows color (decimal): -15582573 or 9648658. OLE color: 9648658.
HSL color Cylindrical-coordinate representation of color #123A93: hue angle of 221.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123A93 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 58 | 147 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.42 |
| HSL | 221.4º | 0.78% | 0.32% | - |
| HSV(B) | 221.4º | 0.88% | 0.58% | - |
| XYZ | 7.03 | 5.26 | 28.25 | - |
| YUV | 56.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 147 | 0.88 | 0.61 | 0 | 0.42 | 221.4 | 0.78 | 0.32 |
| Hex | 12 | 3A | 93 | 58 | 3D | 0 | 2A | DD | 4E | 20 |
| Octal | 22 | 72 | 223 | 130 | 75 | 0 | 52 | 335 | 116 | 40 |
| Binary | 10010 | 111010 | 10010011 | 1011000 | 111101 | 0 | 101010 | 11011101 | 1001110 | 100000 |
Color Harmonies of #123A93
Complementary color
Monochromatic Colors of #123A93
Black with #123A93
Text Example
Text Example
White with #123A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A93; }
p { color: rgb(18,58,147); }
H1.HeaderClassName
{
color: #123A93;
}
.AnyTagClassName
{
color: #123A93;
}
</style>
background-color css
<style>
a { background-color: #123A93; }
a { background-color: rgb(18,58,147); }
div.DivClassName
{
background-color: #123A93;
}
.BgClassName
{
background-color: #123A93;
}
</style>
border-color css
<style>
span { border-color: #123A93; }
span { border-color: rgb(18,58,147); }
td.TdClassName
{
border-color: #123A93;
}
.TagClassName
{
border-color: #123A93;
}
</style>