Shades of Smalt #142C84
Tints of Smalt #142C84
RGB
CMYK
RGB Variations
Color information
#142C84 (or 0x142C84) is known color: Smalt. HEX triplet: 14, 2C and 84. RGB value is (20,44,132). Sum of RGB (Red+Green+Blue) = 20+44+132=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #142C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C84 is #EBD37B. Grayscale: #2E2E2E. Windows color (decimal): -15455100 or 8662036. OLE color: 8662036.
HSL color Cylindrical-coordinate representation of color #142C84: hue angle of 227.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142C84 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 44 | 132 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.48 |
| HSL | 227.14º | 0.74% | 0.3% | - |
| HSV(B) | 227.14º | 0.85% | 0.52% | - |
| XYZ | 5.35 | 3.62 | 22.25 | - |
| YUV | 46.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 132 | 0.85 | 0.67 | 0 | 0.48 | 227.14 | 0.74 | 0.3 |
| Hex | 14 | 2C | 84 | 55 | 43 | 0 | 30 | E3 | 4A | 1E |
| Octal | 24 | 54 | 204 | 125 | 103 | 0 | 60 | 343 | 112 | 36 |
| Binary | 10100 | 101100 | 10000100 | 1010101 | 1000011 | 0 | 110000 | 11100011 | 1001010 | 11110 |
Color Harmonies of #142C84
Complementary color
Monochromatic Colors of #142C84
Black with #142C84
Text Example
Text Example
White with #142C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C84; }
p { color: rgb(20,44,132); }
H1.HeaderClassName
{
color: #142C84;
}
.AnyTagClassName
{
color: #142C84;
}
</style>
background-color css
<style>
a { background-color: #142C84; }
a { background-color: rgb(20,44,132); }
div.DivClassName
{
background-color: #142C84;
}
.BgClassName
{
background-color: #142C84;
}
</style>
border-color css
<style>
span { border-color: #142C84; }
span { border-color: rgb(20,44,132); }
td.TdClassName
{
border-color: #142C84;
}
.TagClassName
{
border-color: #142C84;
}
</style>