Shades of Smalt #142A8A
Tints of Smalt #142A8A
RGB
CMYK
RGB Variations
Color information
#142A8A (or 0x142A8A) is known color: Smalt. HEX triplet: 14, 2A and 8A. RGB value is (20,42,138). Sum of RGB (Red+Green+Blue) = 20+42+138=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #142A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A8A is #EBD575. Grayscale: #2D2D2D. Windows color (decimal): -15455606 or 9054740. OLE color: 9054740.
HSL color Cylindrical-coordinate representation of color #142A8A: hue angle of 228.81º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142A8A is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 42 | 138 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.46 |
| HSL | 228.81º | 0.75% | 0.31% | - |
| HSV(B) | 228.81º | 0.86% | 0.54% | - |
| XYZ | 5.7 | 3.64 | 24.45 | - |
| YUV | 46.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 138 | 0.86 | 0.70 | 0 | 0.46 | 228.81 | 0.75 | 0.31 |
| Hex | 14 | 2A | 8A | 56 | 46 | 0 | 2E | E5 | 4B | 1F |
| Octal | 24 | 52 | 212 | 126 | 106 | 0 | 56 | 345 | 113 | 37 |
| Binary | 10100 | 101010 | 10001010 | 1010110 | 1000110 | 0 | 101110 | 11100101 | 1001011 | 11111 |
Color Harmonies of #142A8A
Complementary color
Monochromatic Colors of #142A8A
Black with #142A8A
Text Example
Text Example
White with #142A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A8A; }
p { color: rgb(20,42,138); }
H1.HeaderClassName
{
color: #142A8A;
}
.AnyTagClassName
{
color: #142A8A;
}
</style>
background-color css
<style>
a { background-color: #142A8A; }
a { background-color: rgb(20,42,138); }
div.DivClassName
{
background-color: #142A8A;
}
.BgClassName
{
background-color: #142A8A;
}
</style>
border-color css
<style>
span { border-color: #142A8A; }
span { border-color: rgb(20,42,138); }
td.TdClassName
{
border-color: #142A8A;
}
.TagClassName
{
border-color: #142A8A;
}
</style>