Shades of Smalt #143D8D
Tints of Smalt #143D8D
RGB
CMYK
RGB Variations
Color information
#143D8D (or 0x143D8D) is known color: Smalt. HEX triplet: 14, 3D and 8D. RGB value is (20,61,141). Sum of RGB (Red+Green+Blue) = 20+61+141=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #143D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D8D is #EBC272. Grayscale: #393939. Windows color (decimal): -15450739 or 9256212. OLE color: 9256212.
HSL color Cylindrical-coordinate representation of color #143D8D: hue angle of 219.67º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143D8D is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 61 | 141 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.45 |
| HSL | 219.67º | 0.75% | 0.32% | - |
| HSV(B) | 219.67º | 0.86% | 0.55% | - |
| XYZ | 6.76 | 5.41 | 25.89 | - |
| YUV | 57.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 141 | 0.86 | 0.57 | 0 | 0.45 | 219.67 | 0.75 | 0.32 |
| Hex | 14 | 3D | 8D | 56 | 39 | 0 | 2D | DC | 4B | 20 |
| Octal | 24 | 75 | 215 | 126 | 71 | 0 | 55 | 334 | 113 | 40 |
| Binary | 10100 | 111101 | 10001101 | 1010110 | 111001 | 0 | 101101 | 11011100 | 1001011 | 100000 |
Color Harmonies of #143D8D
Complementary color
Monochromatic Colors of #143D8D
Black with #143D8D
Text Example
Text Example
White with #143D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D8D; }
p { color: rgb(20,61,141); }
H1.HeaderClassName
{
color: #143D8D;
}
.AnyTagClassName
{
color: #143D8D;
}
</style>
background-color css
<style>
a { background-color: #143D8D; }
a { background-color: rgb(20,61,141); }
div.DivClassName
{
background-color: #143D8D;
}
.BgClassName
{
background-color: #143D8D;
}
</style>
border-color css
<style>
span { border-color: #143D8D; }
span { border-color: rgb(20,61,141); }
td.TdClassName
{
border-color: #143D8D;
}
.TagClassName
{
border-color: #143D8D;
}
</style>