Shades of Smalt #12248D
Tints of Smalt #12248D
RGB
CMYK
RGB Variations
Color information
#12248D (or 0x12248D) is known color: Smalt. HEX triplet: 12, 24 and 8D. RGB value is (18,36,141). Sum of RGB (Red+Green+Blue) = 18+36+141=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #12248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12248D is #EDDB72. Grayscale: #2A2A2A. Windows color (decimal): -15588211 or 9249810. OLE color: 9249810.
HSL color Cylindrical-coordinate representation of color #12248D: hue angle of 231.22º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12248D is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 36 | 141 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.45 |
| HSL | 231.22º | 0.77% | 0.31% | - |
| HSV(B) | 231.22º | 0.87% | 0.55% | - |
| XYZ | 5.69 | 3.31 | 25.54 | - |
| YUV | 42.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 141 | 0.87 | 0.74 | 0 | 0.45 | 231.22 | 0.77 | 0.31 |
| Hex | 12 | 24 | 8D | 57 | 4A | 0 | 2D | E7 | 4D | 1F |
| Octal | 22 | 44 | 215 | 127 | 112 | 0 | 55 | 347 | 115 | 37 |
| Binary | 10010 | 100100 | 10001101 | 1010111 | 1001010 | 0 | 101101 | 11100111 | 1001101 | 11111 |
Color Harmonies of #12248D
Complementary color
Monochromatic Colors of #12248D
Black with #12248D
Text Example
Text Example
White with #12248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12248D; }
p { color: rgb(18,36,141); }
H1.HeaderClassName
{
color: #12248D;
}
.AnyTagClassName
{
color: #12248D;
}
</style>
background-color css
<style>
a { background-color: #12248D; }
a { background-color: rgb(18,36,141); }
div.DivClassName
{
background-color: #12248D;
}
.BgClassName
{
background-color: #12248D;
}
</style>
border-color css
<style>
span { border-color: #12248D; }
span { border-color: rgb(18,36,141); }
td.TdClassName
{
border-color: #12248D;
}
.TagClassName
{
border-color: #12248D;
}
</style>