Shades of Smalt #124393
Tints of Smalt #124393
RGB
CMYK
RGB Variations
Color information
#124393 (or 0x124393) is known color: Smalt. HEX triplet: 12, 43 and 93. RGB value is (18,67,147). Sum of RGB (Red+Green+Blue) = 18+67+147=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #124393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124393 is #EDBC6C. Grayscale: #3D3D3D. Windows color (decimal): -15580269 or 9650962. OLE color: 9650962.
HSL color Cylindrical-coordinate representation of color #124393: hue angle of 217.21º 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 #124393 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 67 | 147 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.42 |
| HSL | 217.21º | 0.78% | 0.32% | - |
| HSV(B) | 217.21º | 0.88% | 0.58% | - |
| XYZ | 7.52 | 6.25 | 28.41 | - |
| YUV | 61.47 | 176.27 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 147 | 0.88 | 0.54 | 0 | 0.42 | 217.21 | 0.78 | 0.32 |
| Hex | 12 | 43 | 93 | 58 | 36 | 0 | 2A | D9 | 4E | 20 |
| Octal | 22 | 103 | 223 | 130 | 66 | 0 | 52 | 331 | 116 | 40 |
| Binary | 10010 | 1000011 | 10010011 | 1011000 | 110110 | 0 | 101010 | 11011001 | 1001110 | 100000 |
Color Harmonies of #124393
Complementary color
Monochromatic Colors of #124393
Black with #124393
Text Example
Text Example
White with #124393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124393; }
p { color: rgb(18,67,147); }
H1.HeaderClassName
{
color: #124393;
}
.AnyTagClassName
{
color: #124393;
}
</style>
background-color css
<style>
a { background-color: #124393; }
a { background-color: rgb(18,67,147); }
div.DivClassName
{
background-color: #124393;
}
.BgClassName
{
background-color: #124393;
}
</style>
border-color css
<style>
span { border-color: #124393; }
span { border-color: rgb(18,67,147); }
td.TdClassName
{
border-color: #124393;
}
.TagClassName
{
border-color: #124393;
}
</style>