Shades of Smalt #143C91
Tints of Smalt #143C91
RGB
CMYK
RGB Variations
Color information
#143C91 (or 0x143C91) is known color: Smalt. HEX triplet: 14, 3C and 91. RGB value is (20,60,145). Sum of RGB (Red+Green+Blue) = 20+60+145=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #143C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C91 is #EBC36E. Grayscale: #393939. Windows color (decimal): -15450991 or 9518100. OLE color: 9518100.
HSL color Cylindrical-coordinate representation of color #143C91: hue angle of 220.8º 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 #143C91 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 60 | 145 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.43 |
| HSL | 220.8º | 0.76% | 0.32% | - |
| HSV(B) | 220.8º | 0.86% | 0.57% | - |
| XYZ | 7.02 | 5.42 | 27.47 | - |
| YUV | 57.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 145 | 0.86 | 0.59 | 0 | 0.43 | 220.8 | 0.76 | 0.32 |
| Hex | 14 | 3C | 91 | 56 | 3B | 0 | 2B | DD | 4C | 20 |
| Octal | 24 | 74 | 221 | 126 | 73 | 0 | 53 | 335 | 114 | 40 |
| Binary | 10100 | 111100 | 10010001 | 1010110 | 111011 | 0 | 101011 | 11011101 | 1001100 | 100000 |
Color Harmonies of #143C91
Complementary color
Monochromatic Colors of #143C91
Black with #143C91
Text Example
Text Example
White with #143C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C91; }
p { color: rgb(20,60,145); }
H1.HeaderClassName
{
color: #143C91;
}
.AnyTagClassName
{
color: #143C91;
}
</style>
background-color css
<style>
a { background-color: #143C91; }
a { background-color: rgb(20,60,145); }
div.DivClassName
{
background-color: #143C91;
}
.BgClassName
{
background-color: #143C91;
}
</style>
border-color css
<style>
span { border-color: #143C91; }
span { border-color: rgb(20,60,145); }
td.TdClassName
{
border-color: #143C91;
}
.TagClassName
{
border-color: #143C91;
}
</style>