Shades of Smalt #143F90
Tints of Smalt #143F90
RGB
CMYK
RGB Variations
Color information
#143F90 (or 0x143F90) is known color: Smalt. HEX triplet: 14, 3F and 90. RGB value is (20,63,144). Sum of RGB (Red+Green+Blue) = 20+63+144=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #143F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F90 is #EBC06F. Grayscale: #3B3B3B. Windows color (decimal): -15450224 or 9453332. OLE color: 9453332.
HSL color Cylindrical-coordinate representation of color #143F90: hue angle of 219.19º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143F90 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 63 | 144 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.44 |
| HSL | 219.19º | 0.76% | 0.32% | - |
| HSV(B) | 219.19º | 0.86% | 0.56% | - |
| XYZ | 7.1 | 5.72 | 27.11 | - |
| YUV | 59.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 144 | 0.86 | 0.56 | 0 | 0.44 | 219.19 | 0.76 | 0.32 |
| Hex | 14 | 3F | 90 | 56 | 38 | 0 | 2C | DB | 4C | 20 |
| Octal | 24 | 77 | 220 | 126 | 70 | 0 | 54 | 333 | 114 | 40 |
| Binary | 10100 | 111111 | 10010000 | 1010110 | 111000 | 0 | 101100 | 11011011 | 1001100 | 100000 |
Color Harmonies of #143F90
Complementary color
Monochromatic Colors of #143F90
Black with #143F90
Text Example
Text Example
White with #143F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F90; }
p { color: rgb(20,63,144); }
H1.HeaderClassName
{
color: #143F90;
}
.AnyTagClassName
{
color: #143F90;
}
</style>
background-color css
<style>
a { background-color: #143F90; }
a { background-color: rgb(20,63,144); }
div.DivClassName
{
background-color: #143F90;
}
.BgClassName
{
background-color: #143F90;
}
</style>
border-color css
<style>
span { border-color: #143F90; }
span { border-color: rgb(20,63,144); }
td.TdClassName
{
border-color: #143F90;
}
.TagClassName
{
border-color: #143F90;
}
</style>