Shades of Smalt #143082
Tints of Smalt #143082
RGB
CMYK
RGB Variations
Color information
#143082 (or 0x143082) is known color: Smalt. HEX triplet: 14, 30 and 82. RGB value is (20,48,130). Sum of RGB (Red+Green+Blue) = 20+48+130=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #143082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143082 is #EBCF7D. Grayscale: #303030. Windows color (decimal): -15454078 or 8531988. OLE color: 8531988.
HSL color Cylindrical-coordinate representation of color #143082: hue angle of 224.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143082 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 48 | 130 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.49 |
| HSL | 224.73º | 0.73% | 0.29% | - |
| HSV(B) | 224.73º | 0.85% | 0.51% | - |
| XYZ | 5.37 | 3.87 | 21.58 | - |
| YUV | 48.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 130 | 0.85 | 0.63 | 0 | 0.49 | 224.73 | 0.73 | 0.29 |
| Hex | 14 | 30 | 82 | 55 | 3F | 0 | 31 | E1 | 49 | 1D |
| Octal | 24 | 60 | 202 | 125 | 77 | 0 | 61 | 341 | 111 | 35 |
| Binary | 10100 | 110000 | 10000010 | 1010101 | 111111 | 0 | 110001 | 11100001 | 1001001 | 11101 |
Color Harmonies of #143082
Complementary color
Monochromatic Colors of #143082
Black with #143082
Text Example
Text Example
White with #143082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143082; }
p { color: rgb(20,48,130); }
H1.HeaderClassName
{
color: #143082;
}
.AnyTagClassName
{
color: #143082;
}
</style>
background-color css
<style>
a { background-color: #143082; }
a { background-color: rgb(20,48,130); }
div.DivClassName
{
background-color: #143082;
}
.BgClassName
{
background-color: #143082;
}
</style>
border-color css
<style>
span { border-color: #143082; }
span { border-color: rgb(20,48,130); }
td.TdClassName
{
border-color: #143082;
}
.TagClassName
{
border-color: #143082;
}
</style>