Shades of Smalt #12378D
Tints of Smalt #12378D
RGB
CMYK
RGB Variations
Color information
#12378D (or 0x12378D) is known color: Smalt. HEX triplet: 12, 37 and 8D. RGB value is (18,55,141). Sum of RGB (Red+Green+Blue) = 18+55+141=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #12378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12378D is #EDC872. Grayscale: #353535. Windows color (decimal): -15583347 or 9254674. OLE color: 9254674.
HSL color Cylindrical-coordinate representation of color #12378D: hue angle of 221.95º 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 #12378D is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 55 | 141 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.45 |
| HSL | 221.95º | 0.77% | 0.31% | - |
| HSV(B) | 221.95º | 0.87% | 0.55% | - |
| XYZ | 6.42 | 4.78 | 25.78 | - |
| YUV | 53.74 | 177.24 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 141 | 0.87 | 0.61 | 0 | 0.45 | 221.95 | 0.77 | 0.31 |
| Hex | 12 | 37 | 8D | 57 | 3D | 0 | 2D | DE | 4D | 1F |
| Octal | 22 | 67 | 215 | 127 | 75 | 0 | 55 | 336 | 115 | 37 |
| Binary | 10010 | 110111 | 10001101 | 1010111 | 111101 | 0 | 101101 | 11011110 | 1001101 | 11111 |
Color Harmonies of #12378D
Complementary color
Monochromatic Colors of #12378D
Black with #12378D
Text Example
Text Example
White with #12378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12378D; }
p { color: rgb(18,55,141); }
H1.HeaderClassName
{
color: #12378D;
}
.AnyTagClassName
{
color: #12378D;
}
</style>
background-color css
<style>
a { background-color: #12378D; }
a { background-color: rgb(18,55,141); }
div.DivClassName
{
background-color: #12378D;
}
.BgClassName
{
background-color: #12378D;
}
</style>
border-color css
<style>
span { border-color: #12378D; }
span { border-color: rgb(18,55,141); }
td.TdClassName
{
border-color: #12378D;
}
.TagClassName
{
border-color: #12378D;
}
</style>