Shades of Smalt #143389
Tints of Smalt #143389
RGB
CMYK
RGB Variations
Color information
#143389 (or 0x143389) is known color: Smalt. HEX triplet: 14, 33 and 89. RGB value is (20,51,137). Sum of RGB (Red+Green+Blue) = 20+51+137=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #143389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143389 is #EBCC76. Grayscale: #333333. Windows color (decimal): -15453303 or 8991508. OLE color: 8991508.
HSL color Cylindrical-coordinate representation of color #143389: hue angle of 224.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143389 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 51 | 137 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.46 |
| HSL | 224.1º | 0.75% | 0.31% | - |
| HSV(B) | 224.1º | 0.85% | 0.54% | - |
| XYZ | 5.99 | 4.32 | 24.19 | - |
| YUV | 51.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 137 | 0.85 | 0.63 | 0 | 0.46 | 224.1 | 0.75 | 0.31 |
| Hex | 14 | 33 | 89 | 55 | 3F | 0 | 2E | E0 | 4B | 1F |
| Octal | 24 | 63 | 211 | 125 | 77 | 0 | 56 | 340 | 113 | 37 |
| Binary | 10100 | 110011 | 10001001 | 1010101 | 111111 | 0 | 101110 | 11100000 | 1001011 | 11111 |
Color Harmonies of #143389
Complementary color
Monochromatic Colors of #143389
Black with #143389
Text Example
Text Example
White with #143389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143389; }
p { color: rgb(20,51,137); }
H1.HeaderClassName
{
color: #143389;
}
.AnyTagClassName
{
color: #143389;
}
</style>
background-color css
<style>
a { background-color: #143389; }
a { background-color: rgb(20,51,137); }
div.DivClassName
{
background-color: #143389;
}
.BgClassName
{
background-color: #143389;
}
</style>
border-color css
<style>
span { border-color: #143389; }
span { border-color: rgb(20,51,137); }
td.TdClassName
{
border-color: #143389;
}
.TagClassName
{
border-color: #143389;
}
</style>