Shades of Smalt #12318E
Tints of Smalt #12318E
RGB
CMYK
RGB Variations
Color information
#12318E (or 0x12318E) is known color: Smalt. HEX triplet: 12, 31 and 8E. RGB value is (18,49,142). Sum of RGB (Red+Green+Blue) = 18+49+142=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #12318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12318E is #EDCE71. Grayscale: #313131. Windows color (decimal): -15584882 or 9318674. OLE color: 9318674.
HSL color Cylindrical-coordinate representation of color #12318E: hue angle of 225º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12318E is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 49 | 142 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.44 |
| HSL | 225º | 0.78% | 0.31% | - |
| HSV(B) | 225º | 0.87% | 0.56% | - |
| XYZ | 6.23 | 4.28 | 26.09 | - |
| YUV | 50.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 142 | 0.87 | 0.65 | 0 | 0.44 | 225 | 0.78 | 0.31 |
| Hex | 12 | 31 | 8E | 57 | 41 | 0 | 2C | E1 | 4E | 1F |
| Octal | 22 | 61 | 216 | 127 | 101 | 0 | 54 | 341 | 116 | 37 |
| Binary | 10010 | 110001 | 10001110 | 1010111 | 1000001 | 0 | 101100 | 11100001 | 1001110 | 11111 |
Color Harmonies of #12318E
Complementary color
Monochromatic Colors of #12318E
Black with #12318E
Text Example
Text Example
White with #12318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12318E; }
p { color: rgb(18,49,142); }
H1.HeaderClassName
{
color: #12318E;
}
.AnyTagClassName
{
color: #12318E;
}
</style>
background-color css
<style>
a { background-color: #12318E; }
a { background-color: rgb(18,49,142); }
div.DivClassName
{
background-color: #12318E;
}
.BgClassName
{
background-color: #12318E;
}
</style>
border-color css
<style>
span { border-color: #12318E; }
span { border-color: rgb(18,49,142); }
td.TdClassName
{
border-color: #12318E;
}
.TagClassName
{
border-color: #12318E;
}
</style>