Shades of Smalt #143E8F
Tints of Smalt #143E8F
RGB
CMYK
RGB Variations
Color information
#143E8F (or 0x143E8F) is known color: Smalt. HEX triplet: 14, 3E and 8F. RGB value is (20,62,143). Sum of RGB (Red+Green+Blue) = 20+62+143=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #143E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E8F is #EBC170. Grayscale: #3A3A3A. Windows color (decimal): -15450481 or 9387540. OLE color: 9387540.
HSL color Cylindrical-coordinate representation of color #143E8F: hue angle of 219.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143E8F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 62 | 143 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.44 |
| HSL | 219.51º | 0.75% | 0.32% | - |
| HSV(B) | 219.51º | 0.86% | 0.56% | - |
| XYZ | 6.97 | 5.58 | 26.7 | - |
| YUV | 58.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 143 | 0.86 | 0.57 | 0 | 0.44 | 219.51 | 0.75 | 0.32 |
| Hex | 14 | 3E | 8F | 56 | 39 | 0 | 2C | DC | 4B | 20 |
| Octal | 24 | 76 | 217 | 126 | 71 | 0 | 54 | 334 | 113 | 40 |
| Binary | 10100 | 111110 | 10001111 | 1010110 | 111001 | 0 | 101100 | 11011100 | 1001011 | 100000 |
Color Harmonies of #143E8F
Complementary color
Monochromatic Colors of #143E8F
Black with #143E8F
Text Example
Text Example
White with #143E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E8F; }
p { color: rgb(20,62,143); }
H1.HeaderClassName
{
color: #143E8F;
}
.AnyTagClassName
{
color: #143E8F;
}
</style>
background-color css
<style>
a { background-color: #143E8F; }
a { background-color: rgb(20,62,143); }
div.DivClassName
{
background-color: #143E8F;
}
.BgClassName
{
background-color: #143E8F;
}
</style>
border-color css
<style>
span { border-color: #143E8F; }
span { border-color: rgb(20,62,143); }
td.TdClassName
{
border-color: #143E8F;
}
.TagClassName
{
border-color: #143E8F;
}
</style>