Shades of Smalt #124395
Tints of Smalt #124395
RGB
CMYK
RGB Variations
Color information
#124395 (or 0x124395) is known color: Smalt. HEX triplet: 12, 43 and 95. RGB value is (18,67,149). Sum of RGB (Red+Green+Blue) = 18+67+149=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #124395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124395 is #EDBC6A. Grayscale: #3D3D3D. Windows color (decimal): -15580267 or 9782034. OLE color: 9782034.
HSL color Cylindrical-coordinate representation of color #124395: hue angle of 217.56º 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 #124395 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 67 | 149 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.42 |
| HSL | 217.56º | 0.78% | 0.33% | - |
| HSV(B) | 217.56º | 0.88% | 0.58% | - |
| XYZ | 7.68 | 6.31 | 29.25 | - |
| YUV | 61.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 149 | 0.88 | 0.55 | 0 | 0.42 | 217.56 | 0.78 | 0.33 |
| Hex | 12 | 43 | 95 | 58 | 37 | 0 | 2A | DA | 4E | 21 |
| Octal | 22 | 103 | 225 | 130 | 67 | 0 | 52 | 332 | 116 | 41 |
| Binary | 10010 | 1000011 | 10010101 | 1011000 | 110111 | 0 | 101010 | 11011010 | 1001110 | 100001 |
Color Harmonies of #124395
Complementary color
Monochromatic Colors of #124395
Black with #124395
Text Example
Text Example
White with #124395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124395; }
p { color: rgb(18,67,149); }
H1.HeaderClassName
{
color: #124395;
}
.AnyTagClassName
{
color: #124395;
}
</style>
background-color css
<style>
a { background-color: #124395; }
a { background-color: rgb(18,67,149); }
div.DivClassName
{
background-color: #124395;
}
.BgClassName
{
background-color: #124395;
}
</style>
border-color css
<style>
span { border-color: #124395; }
span { border-color: rgb(18,67,149); }
td.TdClassName
{
border-color: #124395;
}
.TagClassName
{
border-color: #124395;
}
</style>