Shades of Smalt #142D8D
Tints of Smalt #142D8D
RGB
CMYK
RGB Variations
Color information
#142D8D (or 0x142D8D) is known color: Smalt. HEX triplet: 14, 2D and 8D. RGB value is (20,45,141). Sum of RGB (Red+Green+Blue) = 20+45+141=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #142D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D8D is #EBD272. Grayscale: #303030. Windows color (decimal): -15454835 or 9252116. OLE color: 9252116.
HSL color Cylindrical-coordinate representation of color #142D8D: hue angle of 227.6º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142D8D is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 45 | 141 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.45 |
| HSL | 227.6º | 0.75% | 0.32% | - |
| HSV(B) | 227.6º | 0.86% | 0.55% | - |
| XYZ | 6.03 | 3.95 | 25.64 | - |
| YUV | 48.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 141 | 0.86 | 0.68 | 0 | 0.45 | 227.6 | 0.75 | 0.32 |
| Hex | 14 | 2D | 8D | 56 | 44 | 0 | 2D | E4 | 4B | 20 |
| Octal | 24 | 55 | 215 | 126 | 104 | 0 | 55 | 344 | 113 | 40 |
| Binary | 10100 | 101101 | 10001101 | 1010110 | 1000100 | 0 | 101101 | 11100100 | 1001011 | 100000 |
Color Harmonies of #142D8D
Complementary color
Monochromatic Colors of #142D8D
Black with #142D8D
Text Example
Text Example
White with #142D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D8D; }
p { color: rgb(20,45,141); }
H1.HeaderClassName
{
color: #142D8D;
}
.AnyTagClassName
{
color: #142D8D;
}
</style>
background-color css
<style>
a { background-color: #142D8D; }
a { background-color: rgb(20,45,141); }
div.DivClassName
{
background-color: #142D8D;
}
.BgClassName
{
background-color: #142D8D;
}
</style>
border-color css
<style>
span { border-color: #142D8D; }
span { border-color: rgb(20,45,141); }
td.TdClassName
{
border-color: #142D8D;
}
.TagClassName
{
border-color: #142D8D;
}
</style>