Shades of Smalt #142E84
Tints of Smalt #142E84
RGB
CMYK
RGB Variations
Color information
#142E84 (or 0x142E84) is known color: Smalt. HEX triplet: 14, 2E and 84. RGB value is (20,46,132). Sum of RGB (Red+Green+Blue) = 20+46+132=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #142E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E84 is #EBD17B. Grayscale: #2F2F2F. Windows color (decimal): -15454588 or 8662548. OLE color: 8662548.
HSL color Cylindrical-coordinate representation of color #142E84: hue angle of 226.07º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142E84 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 46 | 132 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.48 |
| HSL | 226.07º | 0.74% | 0.3% | - |
| HSV(B) | 226.07º | 0.85% | 0.52% | - |
| XYZ | 5.43 | 3.77 | 22.27 | - |
| YUV | 48.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 132 | 0.85 | 0.65 | 0 | 0.48 | 226.07 | 0.74 | 0.3 |
| Hex | 14 | 2E | 84 | 55 | 41 | 0 | 30 | E2 | 4A | 1E |
| Octal | 24 | 56 | 204 | 125 | 101 | 0 | 60 | 342 | 112 | 36 |
| Binary | 10100 | 101110 | 10000100 | 1010101 | 1000001 | 0 | 110000 | 11100010 | 1001010 | 11110 |
Color Harmonies of #142E84
Complementary color
Monochromatic Colors of #142E84
Black with #142E84
Text Example
Text Example
White with #142E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E84; }
p { color: rgb(20,46,132); }
H1.HeaderClassName
{
color: #142E84;
}
.AnyTagClassName
{
color: #142E84;
}
</style>
background-color css
<style>
a { background-color: #142E84; }
a { background-color: rgb(20,46,132); }
div.DivClassName
{
background-color: #142E84;
}
.BgClassName
{
background-color: #142E84;
}
</style>
border-color css
<style>
span { border-color: #142E84; }
span { border-color: rgb(20,46,132); }
td.TdClassName
{
border-color: #142E84;
}
.TagClassName
{
border-color: #142E84;
}
</style>