Shades of Smalt #143B91
Tints of Smalt #143B91
RGB
CMYK
RGB Variations
Color information
#143B91 (or 0x143B91) is known color: Smalt. HEX triplet: 14, 3B and 91. RGB value is (20,59,145). Sum of RGB (Red+Green+Blue) = 20+59+145=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #143B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143B91 is #EBC46E. Grayscale: #383838. Windows color (decimal): -15451247 or 9517844. OLE color: 9517844.
HSL color Cylindrical-coordinate representation of color #143B91: hue angle of 221.28º 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 #143B91 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 59 | 145 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.43 |
| HSL | 221.28º | 0.76% | 0.32% | - |
| HSV(B) | 221.28º | 0.86% | 0.57% | - |
| XYZ | 6.96 | 5.32 | 27.45 | - |
| YUV | 57.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 145 | 0.86 | 0.59 | 0 | 0.43 | 221.28 | 0.76 | 0.32 |
| Hex | 14 | 3B | 91 | 56 | 3B | 0 | 2B | DD | 4C | 20 |
| Octal | 24 | 73 | 221 | 126 | 73 | 0 | 53 | 335 | 114 | 40 |
| Binary | 10100 | 111011 | 10010001 | 1010110 | 111011 | 0 | 101011 | 11011101 | 1001100 | 100000 |
Color Harmonies of #143B91
Complementary color
Monochromatic Colors of #143B91
Black with #143B91
Text Example
Text Example
White with #143B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B91; }
p { color: rgb(20,59,145); }
H1.HeaderClassName
{
color: #143B91;
}
.AnyTagClassName
{
color: #143B91;
}
</style>
background-color css
<style>
a { background-color: #143B91; }
a { background-color: rgb(20,59,145); }
div.DivClassName
{
background-color: #143B91;
}
.BgClassName
{
background-color: #143B91;
}
</style>
border-color css
<style>
span { border-color: #143B91; }
span { border-color: rgb(20,59,145); }
td.TdClassName
{
border-color: #143B91;
}
.TagClassName
{
border-color: #143B91;
}
</style>