Shades of Smalt #143889
Tints of Smalt #143889
RGB
CMYK
RGB Variations
Color information
#143889 (or 0x143889) is known color: Smalt. HEX triplet: 14, 38 and 89. RGB value is (20,56,137). Sum of RGB (Red+Green+Blue) = 20+56+137=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #143889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143889 is #EBC776. Grayscale: #363636. Windows color (decimal): -15452023 or 8992788. OLE color: 8992788.
HSL color Cylindrical-coordinate representation of color #143889: hue angle of 221.54º 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 #143889 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 56 | 137 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.46 |
| HSL | 221.54º | 0.75% | 0.31% | - |
| HSV(B) | 221.54º | 0.85% | 0.54% | - |
| XYZ | 6.22 | 4.78 | 24.26 | - |
| YUV | 54.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 137 | 0.85 | 0.59 | 0 | 0.46 | 221.54 | 0.75 | 0.31 |
| Hex | 14 | 38 | 89 | 55 | 3B | 0 | 2E | DE | 4B | 1F |
| Octal | 24 | 70 | 211 | 125 | 73 | 0 | 56 | 336 | 113 | 37 |
| Binary | 10100 | 111000 | 10001001 | 1010101 | 111011 | 0 | 101110 | 11011110 | 1001011 | 11111 |
Color Harmonies of #143889
Complementary color
Monochromatic Colors of #143889
Black with #143889
Text Example
Text Example
White with #143889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143889; }
p { color: rgb(20,56,137); }
H1.HeaderClassName
{
color: #143889;
}
.AnyTagClassName
{
color: #143889;
}
</style>
background-color css
<style>
a { background-color: #143889; }
a { background-color: rgb(20,56,137); }
div.DivClassName
{
background-color: #143889;
}
.BgClassName
{
background-color: #143889;
}
</style>
border-color css
<style>
span { border-color: #143889; }
span { border-color: rgb(20,56,137); }
td.TdClassName
{
border-color: #143889;
}
.TagClassName
{
border-color: #143889;
}
</style>