Shades of Smalt #142D87
Tints of Smalt #142D87
RGB
CMYK
RGB Variations
Color information
#142D87 (or 0x142D87) is known color: Smalt. HEX triplet: 14, 2D and 87. RGB value is (20,45,135). Sum of RGB (Red+Green+Blue) = 20+45+135=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #142D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D87 is #EBD278. Grayscale: #2F2F2F. Windows color (decimal): -15454841 or 8858900. OLE color: 8858900.
HSL color Cylindrical-coordinate representation of color #142D87: hue angle of 226.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142D87 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 45 | 135 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.47 |
| HSL | 226.96º | 0.74% | 0.3% | - |
| HSV(B) | 226.96º | 0.85% | 0.53% | - |
| XYZ | 5.6 | 3.77 | 23.36 | - |
| YUV | 47.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 135 | 0.85 | 0.67 | 0 | 0.47 | 226.96 | 0.74 | 0.3 |
| Hex | 14 | 2D | 87 | 55 | 43 | 0 | 2F | E3 | 4A | 1E |
| Octal | 24 | 55 | 207 | 125 | 103 | 0 | 57 | 343 | 112 | 36 |
| Binary | 10100 | 101101 | 10000111 | 1010101 | 1000011 | 0 | 101111 | 11100011 | 1001010 | 11110 |
Color Harmonies of #142D87
Complementary color
Monochromatic Colors of #142D87
Black with #142D87
Text Example
Text Example
White with #142D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D87; }
p { color: rgb(20,45,135); }
H1.HeaderClassName
{
color: #142D87;
}
.AnyTagClassName
{
color: #142D87;
}
</style>
background-color css
<style>
a { background-color: #142D87; }
a { background-color: rgb(20,45,135); }
div.DivClassName
{
background-color: #142D87;
}
.BgClassName
{
background-color: #142D87;
}
</style>
border-color css
<style>
span { border-color: #142D87; }
span { border-color: rgb(20,45,135); }
td.TdClassName
{
border-color: #142D87;
}
.TagClassName
{
border-color: #142D87;
}
</style>