Shades of Smalt #144191
Tints of Smalt #144191
RGB
CMYK
RGB Variations
Color information
#144191 (or 0x144191) is known color: Smalt. HEX triplet: 14, 41 and 91. RGB value is (20,65,145). Sum of RGB (Red+Green+Blue) = 20+65+145=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #144191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144191 is #EBBE6E. Grayscale: #3C3C3C. Windows color (decimal): -15449711 or 9519380. OLE color: 9519380.
HSL color Cylindrical-coordinate representation of color #144191: hue angle of 218.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144191 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 65 | 145 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.43 |
| HSL | 218.4º | 0.76% | 0.32% | - |
| HSV(B) | 218.4º | 0.86% | 0.57% | - |
| XYZ | 7.29 | 5.97 | 27.56 | - |
| YUV | 60.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 145 | 0.86 | 0.55 | 0 | 0.43 | 218.4 | 0.76 | 0.32 |
| Hex | 14 | 41 | 91 | 56 | 37 | 0 | 2B | DA | 4C | 20 |
| Octal | 24 | 101 | 221 | 126 | 67 | 0 | 53 | 332 | 114 | 40 |
| Binary | 10100 | 1000001 | 10010001 | 1010110 | 110111 | 0 | 101011 | 11011010 | 1001100 | 100000 |
Color Harmonies of #144191
Complementary color
Monochromatic Colors of #144191
Black with #144191
Text Example
Text Example
White with #144191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144191; }
p { color: rgb(20,65,145); }
H1.HeaderClassName
{
color: #144191;
}
.AnyTagClassName
{
color: #144191;
}
</style>
background-color css
<style>
a { background-color: #144191; }
a { background-color: rgb(20,65,145); }
div.DivClassName
{
background-color: #144191;
}
.BgClassName
{
background-color: #144191;
}
</style>
border-color css
<style>
span { border-color: #144191; }
span { border-color: rgb(20,65,145); }
td.TdClassName
{
border-color: #144191;
}
.TagClassName
{
border-color: #144191;
}
</style>