Shades of Smalt #143186
Tints of Smalt #143186
RGB
CMYK
RGB Variations
Color information
#143186 (or 0x143186) is known color: Smalt. HEX triplet: 14, 31 and 86. RGB value is (20,49,134). Sum of RGB (Red+Green+Blue) = 20+49+134=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #143186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143186 is #EBCE79. Grayscale: #313131. Windows color (decimal): -15453818 or 8794388. OLE color: 8794388.
HSL color Cylindrical-coordinate representation of color #143186: hue angle of 224.74º 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 #143186 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 49 | 134 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.47 |
| HSL | 224.74º | 0.74% | 0.3% | - |
| HSV(B) | 224.74º | 0.85% | 0.53% | - |
| XYZ | 5.69 | 4.07 | 23.04 | - |
| YUV | 50.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 134 | 0.85 | 0.63 | 0 | 0.47 | 224.74 | 0.74 | 0.3 |
| Hex | 14 | 31 | 86 | 55 | 3F | 0 | 2F | E1 | 4A | 1E |
| Octal | 24 | 61 | 206 | 125 | 77 | 0 | 57 | 341 | 112 | 36 |
| Binary | 10100 | 110001 | 10000110 | 1010101 | 111111 | 0 | 101111 | 11100001 | 1001010 | 11110 |
Color Harmonies of #143186
Complementary color
Monochromatic Colors of #143186
Black with #143186
Text Example
Text Example
White with #143186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143186; }
p { color: rgb(20,49,134); }
H1.HeaderClassName
{
color: #143186;
}
.AnyTagClassName
{
color: #143186;
}
</style>
background-color css
<style>
a { background-color: #143186; }
a { background-color: rgb(20,49,134); }
div.DivClassName
{
background-color: #143186;
}
.BgClassName
{
background-color: #143186;
}
</style>
border-color css
<style>
span { border-color: #143186; }
span { border-color: rgb(20,49,134); }
td.TdClassName
{
border-color: #143186;
}
.TagClassName
{
border-color: #143186;
}
</style>