Shades of Smalt #143A90
Tints of Smalt #143A90
RGB
CMYK
RGB Variations
Color information
#143A90 (or 0x143A90) is known color: Smalt. HEX triplet: 14, 3A and 90. RGB value is (20,58,144). Sum of RGB (Red+Green+Blue) = 20+58+144=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #143A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A90 is #EBC56F. Grayscale: #383838. Windows color (decimal): -15451504 or 9452052. OLE color: 9452052.
HSL color Cylindrical-coordinate representation of color #143A90: hue angle of 221.61º 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 #143A90 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 58 | 144 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.44 |
| HSL | 221.61º | 0.76% | 0.32% | - |
| HSV(B) | 221.61º | 0.86% | 0.56% | - |
| XYZ | 6.84 | 5.19 | 27.03 | - |
| YUV | 56.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 144 | 0.86 | 0.60 | 0 | 0.44 | 221.61 | 0.76 | 0.32 |
| Hex | 14 | 3A | 90 | 56 | 3C | 0 | 2C | DE | 4C | 20 |
| Octal | 24 | 72 | 220 | 126 | 74 | 0 | 54 | 336 | 114 | 40 |
| Binary | 10100 | 111010 | 10010000 | 1010110 | 111100 | 0 | 101100 | 11011110 | 1001100 | 100000 |
Color Harmonies of #143A90
Complementary color
Monochromatic Colors of #143A90
Black with #143A90
Text Example
Text Example
White with #143A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A90; }
p { color: rgb(20,58,144); }
H1.HeaderClassName
{
color: #143A90;
}
.AnyTagClassName
{
color: #143A90;
}
</style>
background-color css
<style>
a { background-color: #143A90; }
a { background-color: rgb(20,58,144); }
div.DivClassName
{
background-color: #143A90;
}
.BgClassName
{
background-color: #143A90;
}
</style>
border-color css
<style>
span { border-color: #143A90; }
span { border-color: rgb(20,58,144); }
td.TdClassName
{
border-color: #143A90;
}
.TagClassName
{
border-color: #143A90;
}
</style>