Shades of Smalt #143189
Tints of Smalt #143189
RGB
CMYK
RGB Variations
Color information
#143189 (or 0x143189) is known color: Smalt. HEX triplet: 14, 31 and 89. RGB value is (20,49,137). Sum of RGB (Red+Green+Blue) = 20+49+137=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #143189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143189 is #EBCE76. Grayscale: #313131. Windows color (decimal): -15453815 or 8990996. OLE color: 8990996.
HSL color Cylindrical-coordinate representation of color #143189: hue angle of 225.13º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143189 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 49 | 137 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.46 |
| HSL | 225.13º | 0.75% | 0.31% | - |
| HSV(B) | 225.13º | 0.85% | 0.54% | - |
| XYZ | 5.9 | 4.15 | 24.16 | - |
| YUV | 50.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 137 | 0.85 | 0.64 | 0 | 0.46 | 225.13 | 0.75 | 0.31 |
| Hex | 14 | 31 | 89 | 55 | 40 | 0 | 2E | E1 | 4B | 1F |
| Octal | 24 | 61 | 211 | 125 | 100 | 0 | 56 | 341 | 113 | 37 |
| Binary | 10100 | 110001 | 10001001 | 1010101 | 1000000 | 0 | 101110 | 11100001 | 1001011 | 11111 |
Color Harmonies of #143189
Complementary color
Monochromatic Colors of #143189
Black with #143189
Text Example
Text Example
White with #143189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143189; }
p { color: rgb(20,49,137); }
H1.HeaderClassName
{
color: #143189;
}
.AnyTagClassName
{
color: #143189;
}
</style>
background-color css
<style>
a { background-color: #143189; }
a { background-color: rgb(20,49,137); }
div.DivClassName
{
background-color: #143189;
}
.BgClassName
{
background-color: #143189;
}
</style>
border-color css
<style>
span { border-color: #143189; }
span { border-color: rgb(20,49,137); }
td.TdClassName
{
border-color: #143189;
}
.TagClassName
{
border-color: #143189;
}
</style>