Shades of Smalt #124396
Tints of Smalt #124396
RGB
CMYK
RGB Variations
Color information
#124396 (or 0x124396) is known color: Smalt. HEX triplet: 12, 43 and 96. RGB value is (18,67,150). Sum of RGB (Red+Green+Blue) = 18+67+150=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #124396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124396 is #EDBC69. Grayscale: #3D3D3D. Windows color (decimal): -15580266 or 9847570. OLE color: 9847570.
HSL color Cylindrical-coordinate representation of color #124396: hue angle of 217.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124396 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 67 | 150 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.41 |
| HSL | 217.73º | 0.79% | 0.33% | - |
| HSV(B) | 217.73º | 0.88% | 0.59% | - |
| XYZ | 7.76 | 6.34 | 29.67 | - |
| YUV | 61.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 150 | 0.88 | 0.55 | 0 | 0.41 | 217.73 | 0.79 | 0.33 |
| Hex | 12 | 43 | 96 | 58 | 37 | 0 | 29 | DA | 4F | 21 |
| Octal | 22 | 103 | 226 | 130 | 67 | 0 | 51 | 332 | 117 | 41 |
| Binary | 10010 | 1000011 | 10010110 | 1011000 | 110111 | 0 | 101001 | 11011010 | 1001111 | 100001 |
Color Harmonies of #124396
Complementary color
Monochromatic Colors of #124396
Black with #124396
Text Example
Text Example
White with #124396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124396; }
p { color: rgb(18,67,150); }
H1.HeaderClassName
{
color: #124396;
}
.AnyTagClassName
{
color: #124396;
}
</style>
background-color css
<style>
a { background-color: #124396; }
a { background-color: rgb(18,67,150); }
div.DivClassName
{
background-color: #124396;
}
.BgClassName
{
background-color: #124396;
}
</style>
border-color css
<style>
span { border-color: #124396; }
span { border-color: rgb(18,67,150); }
td.TdClassName
{
border-color: #124396;
}
.TagClassName
{
border-color: #124396;
}
</style>