Shades of Smalt #144193
Tints of Smalt #144193
RGB
CMYK
RGB Variations
Color information
#144193 (or 0x144193) is known color: Smalt. HEX triplet: 14, 41 and 93. RGB value is (20,65,147). Sum of RGB (Red+Green+Blue) = 20+65+147=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #144193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144193 is #EBBE6C. Grayscale: #3C3C3C. Windows color (decimal): -15449709 or 9650452. OLE color: 9650452.
HSL color Cylindrical-coordinate representation of color #144193: hue angle of 218.74º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144193 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 65 | 147 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.42 |
| HSL | 218.74º | 0.76% | 0.33% | - |
| HSV(B) | 218.74º | 0.86% | 0.58% | - |
| XYZ | 7.45 | 6.04 | 28.38 | - |
| YUV | 60.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 147 | 0.86 | 0.56 | 0 | 0.42 | 218.74 | 0.76 | 0.33 |
| Hex | 14 | 41 | 93 | 56 | 38 | 0 | 2A | DB | 4C | 21 |
| Octal | 24 | 101 | 223 | 126 | 70 | 0 | 52 | 333 | 114 | 41 |
| Binary | 10100 | 1000001 | 10010011 | 1010110 | 111000 | 0 | 101010 | 11011011 | 1001100 | 100001 |
Color Harmonies of #144193
Complementary color
Monochromatic Colors of #144193
Black with #144193
Text Example
Text Example
White with #144193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144193; }
p { color: rgb(20,65,147); }
H1.HeaderClassName
{
color: #144193;
}
.AnyTagClassName
{
color: #144193;
}
</style>
background-color css
<style>
a { background-color: #144193; }
a { background-color: rgb(20,65,147); }
div.DivClassName
{
background-color: #144193;
}
.BgClassName
{
background-color: #144193;
}
</style>
border-color css
<style>
span { border-color: #144193; }
span { border-color: rgb(20,65,147); }
td.TdClassName
{
border-color: #144193;
}
.TagClassName
{
border-color: #144193;
}
</style>