Shades of Smalt #124695
Tints of Smalt #124695
RGB
CMYK
RGB Variations
Color information
#124695 (or 0x124695) is known color: Smalt. HEX triplet: 12, 46 and 95. RGB value is (18,70,149). Sum of RGB (Red+Green+Blue) = 18+70+149=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #124695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124695 is #EDB96A. Grayscale: #3F3F3F. Windows color (decimal): -15579499 or 9782802. OLE color: 9782802.
HSL color Cylindrical-coordinate representation of color #124695: hue angle of 216.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124695 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 70 | 149 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.42 |
| HSL | 216.18º | 0.78% | 0.33% | - |
| HSV(B) | 216.18º | 0.88% | 0.58% | - |
| XYZ | 7.86 | 6.68 | 29.31 | - |
| YUV | 63.46 | 176.27 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 149 | 0.88 | 0.53 | 0 | 0.42 | 216.18 | 0.78 | 0.33 |
| Hex | 12 | 46 | 95 | 58 | 35 | 0 | 2A | D8 | 4E | 21 |
| Octal | 22 | 106 | 225 | 130 | 65 | 0 | 52 | 330 | 116 | 41 |
| Binary | 10010 | 1000110 | 10010101 | 1011000 | 110101 | 0 | 101010 | 11011000 | 1001110 | 100001 |
Color Harmonies of #124695
Complementary color
Monochromatic Colors of #124695
Black with #124695
Text Example
Text Example
White with #124695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124695; }
p { color: rgb(18,70,149); }
H1.HeaderClassName
{
color: #124695;
}
.AnyTagClassName
{
color: #124695;
}
</style>
background-color css
<style>
a { background-color: #124695; }
a { background-color: rgb(18,70,149); }
div.DivClassName
{
background-color: #124695;
}
.BgClassName
{
background-color: #124695;
}
</style>
border-color css
<style>
span { border-color: #124695; }
span { border-color: rgb(18,70,149); }
td.TdClassName
{
border-color: #124695;
}
.TagClassName
{
border-color: #124695;
}
</style>