Shades of Smalt #143187
Tints of Smalt #143187
RGB
CMYK
RGB Variations
Color information
#143187 (or 0x143187) is known color: Smalt. HEX triplet: 14, 31 and 87. RGB value is (20,49,135). Sum of RGB (Red+Green+Blue) = 20+49+135=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #143187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143187 is #EBCE78. Grayscale: #313131. Windows color (decimal): -15453817 or 8859924. OLE color: 8859924.
HSL color Cylindrical-coordinate representation of color #143187: hue angle of 224.87º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143187 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 49 | 135 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.47 |
| HSL | 224.87º | 0.74% | 0.3% | - |
| HSV(B) | 224.87º | 0.85% | 0.53% | - |
| XYZ | 5.76 | 4.09 | 23.41 | - |
| YUV | 50.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 135 | 0.85 | 0.64 | 0 | 0.47 | 224.87 | 0.74 | 0.3 |
| Hex | 14 | 31 | 87 | 55 | 40 | 0 | 2F | E1 | 4A | 1E |
| Octal | 24 | 61 | 207 | 125 | 100 | 0 | 57 | 341 | 112 | 36 |
| Binary | 10100 | 110001 | 10000111 | 1010101 | 1000000 | 0 | 101111 | 11100001 | 1001010 | 11110 |
Color Harmonies of #143187
Complementary color
Monochromatic Colors of #143187
Black with #143187
Text Example
Text Example
White with #143187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143187; }
p { color: rgb(20,49,135); }
H1.HeaderClassName
{
color: #143187;
}
.AnyTagClassName
{
color: #143187;
}
</style>
background-color css
<style>
a { background-color: #143187; }
a { background-color: rgb(20,49,135); }
div.DivClassName
{
background-color: #143187;
}
.BgClassName
{
background-color: #143187;
}
</style>
border-color css
<style>
span { border-color: #143187; }
span { border-color: rgb(20,49,135); }
td.TdClassName
{
border-color: #143187;
}
.TagClassName
{
border-color: #143187;
}
</style>