Shades of Smalt #12358D
Tints of Smalt #12358D
RGB
CMYK
RGB Variations
Color information
#12358D (or 0x12358D) is known color: Smalt. HEX triplet: 12, 35 and 8D. RGB value is (18,53,141). Sum of RGB (Red+Green+Blue) = 18+53+141=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #12358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12358D is #EDCA72. Grayscale: #343434. Windows color (decimal): -15583859 or 9254162. OLE color: 9254162.
HSL color Cylindrical-coordinate representation of color #12358D: hue angle of 222.93º 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 #12358D is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 53 | 141 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.45 |
| HSL | 222.93º | 0.77% | 0.31% | - |
| HSV(B) | 222.93º | 0.87% | 0.55% | - |
| XYZ | 6.33 | 4.6 | 25.75 | - |
| YUV | 52.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 141 | 0.87 | 0.62 | 0 | 0.45 | 222.93 | 0.77 | 0.31 |
| Hex | 12 | 35 | 8D | 57 | 3E | 0 | 2D | DF | 4D | 1F |
| Octal | 22 | 65 | 215 | 127 | 76 | 0 | 55 | 337 | 115 | 37 |
| Binary | 10010 | 110101 | 10001101 | 1010111 | 111110 | 0 | 101101 | 11011111 | 1001101 | 11111 |
Color Harmonies of #12358D
Complementary color
Monochromatic Colors of #12358D
Black with #12358D
Text Example
Text Example
White with #12358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12358D; }
p { color: rgb(18,53,141); }
H1.HeaderClassName
{
color: #12358D;
}
.AnyTagClassName
{
color: #12358D;
}
</style>
background-color css
<style>
a { background-color: #12358D; }
a { background-color: rgb(18,53,141); }
div.DivClassName
{
background-color: #12358D;
}
.BgClassName
{
background-color: #12358D;
}
</style>
border-color css
<style>
span { border-color: #12358D; }
span { border-color: rgb(18,53,141); }
td.TdClassName
{
border-color: #12358D;
}
.TagClassName
{
border-color: #12358D;
}
</style>