Shades of Smalt #144090
Tints of Smalt #144090
RGB
CMYK
RGB Variations
Color information
#144090 (or 0x144090) is known color: Smalt. HEX triplet: 14, 40 and 90. RGB value is (20,64,144). Sum of RGB (Red+Green+Blue) = 20+64+144=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #144090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144090 is #EBBF6F. Grayscale: #3B3B3B. Windows color (decimal): -15449968 or 9453588. OLE color: 9453588.
HSL color Cylindrical-coordinate representation of color #144090: hue angle of 218.71º 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 #144090 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 64 | 144 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.44 |
| HSL | 218.71º | 0.76% | 0.32% | - |
| HSV(B) | 218.71º | 0.86% | 0.56% | - |
| XYZ | 7.16 | 5.83 | 27.13 | - |
| YUV | 59.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 144 | 0.86 | 0.56 | 0 | 0.44 | 218.71 | 0.76 | 0.32 |
| Hex | 14 | 40 | 90 | 56 | 38 | 0 | 2C | DB | 4C | 20 |
| Octal | 24 | 100 | 220 | 126 | 70 | 0 | 54 | 333 | 114 | 40 |
| Binary | 10100 | 1000000 | 10010000 | 1010110 | 111000 | 0 | 101100 | 11011011 | 1001100 | 100000 |
Color Harmonies of #144090
Complementary color
Monochromatic Colors of #144090
Black with #144090
Text Example
Text Example
White with #144090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144090; }
p { color: rgb(20,64,144); }
H1.HeaderClassName
{
color: #144090;
}
.AnyTagClassName
{
color: #144090;
}
</style>
background-color css
<style>
a { background-color: #144090; }
a { background-color: rgb(20,64,144); }
div.DivClassName
{
background-color: #144090;
}
.BgClassName
{
background-color: #144090;
}
</style>
border-color css
<style>
span { border-color: #144090; }
span { border-color: rgb(20,64,144); }
td.TdClassName
{
border-color: #144090;
}
.TagClassName
{
border-color: #144090;
}
</style>