Shades of Smalt #144292
Tints of Smalt #144292
RGB
CMYK
RGB Variations
Color information
#144292 (or 0x144292) is known color: Smalt. HEX triplet: 14, 42 and 92. RGB value is (20,66,146). Sum of RGB (Red+Green+Blue) = 20+66+146=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #144292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144292 is #EBBD6D. Grayscale: #3D3D3D. Windows color (decimal): -15449454 or 9585172. OLE color: 9585172.
HSL color Cylindrical-coordinate representation of color #144292: hue angle of 218.1º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144292 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 66 | 146 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.43 |
| HSL | 218.1º | 0.76% | 0.33% | - |
| HSV(B) | 218.1º | 0.86% | 0.57% | - |
| XYZ | 7.43 | 6.12 | 27.98 | - |
| YUV | 61.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 146 | 0.86 | 0.55 | 0 | 0.43 | 218.1 | 0.76 | 0.33 |
| Hex | 14 | 42 | 92 | 56 | 37 | 0 | 2B | DA | 4C | 21 |
| Octal | 24 | 102 | 222 | 126 | 67 | 0 | 53 | 332 | 114 | 41 |
| Binary | 10100 | 1000010 | 10010010 | 1010110 | 110111 | 0 | 101011 | 11011010 | 1001100 | 100001 |
Color Harmonies of #144292
Complementary color
Monochromatic Colors of #144292
Black with #144292
Text Example
Text Example
White with #144292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144292; }
p { color: rgb(20,66,146); }
H1.HeaderClassName
{
color: #144292;
}
.AnyTagClassName
{
color: #144292;
}
</style>
background-color css
<style>
a { background-color: #144292; }
a { background-color: rgb(20,66,146); }
div.DivClassName
{
background-color: #144292;
}
.BgClassName
{
background-color: #144292;
}
</style>
border-color css
<style>
span { border-color: #144292; }
span { border-color: rgb(20,66,146); }
td.TdClassName
{
border-color: #144292;
}
.TagClassName
{
border-color: #144292;
}
</style>