Shades of Smalt #142E83
Tints of Smalt #142E83
RGB
CMYK
RGB Variations
Color information
#142E83 (or 0x142E83) is known color: Smalt. HEX triplet: 14, 2E and 83. RGB value is (20,46,131). Sum of RGB (Red+Green+Blue) = 20+46+131=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #142E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E83 is #EBD17C. Grayscale: #2F2F2F. Windows color (decimal): -15454589 or 8597012. OLE color: 8597012.
HSL color Cylindrical-coordinate representation of color #142E83: hue angle of 225.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142E83 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 46 | 131 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.49 |
| HSL | 225.95º | 0.74% | 0.3% | - |
| HSV(B) | 225.95º | 0.85% | 0.51% | - |
| XYZ | 5.36 | 3.74 | 21.91 | - |
| YUV | 47.92 | 174.89 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 131 | 0.85 | 0.65 | 0 | 0.49 | 225.95 | 0.74 | 0.3 |
| Hex | 14 | 2E | 83 | 55 | 41 | 0 | 31 | E2 | 4A | 1E |
| Octal | 24 | 56 | 203 | 125 | 101 | 0 | 61 | 342 | 112 | 36 |
| Binary | 10100 | 101110 | 10000011 | 1010101 | 1000001 | 0 | 110001 | 11100010 | 1001010 | 11110 |
Color Harmonies of #142E83
Complementary color
Monochromatic Colors of #142E83
Black with #142E83
Text Example
Text Example
White with #142E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E83; }
p { color: rgb(20,46,131); }
H1.HeaderClassName
{
color: #142E83;
}
.AnyTagClassName
{
color: #142E83;
}
</style>
background-color css
<style>
a { background-color: #142E83; }
a { background-color: rgb(20,46,131); }
div.DivClassName
{
background-color: #142E83;
}
.BgClassName
{
background-color: #142E83;
}
</style>
border-color css
<style>
span { border-color: #142E83; }
span { border-color: rgb(20,46,131); }
td.TdClassName
{
border-color: #142E83;
}
.TagClassName
{
border-color: #142E83;
}
</style>