Shades of Midnight #142A49
Tints of Midnight #142A49
RGB
CMYK
RGB Variations
Color information
#142A49 (or 0x142A49) is known color: Midnight. HEX triplet: 14, 2A and 49. RGB value is (20,42,73). Sum of RGB (Red+Green+Blue) = 20+42+73=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #142A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A49 is #EBD5B6. Grayscale: #262626. Windows color (decimal): -15455671 or 4794900. OLE color: 4794900.
HSL color Cylindrical-coordinate representation of color #142A49: hue angle of 215.09º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142A49 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 42 | 73 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.71 |
| HSL | 215.09º | 0.57% | 0.18% | - |
| HSV(B) | 215.09º | 0.73% | 0.29% | - |
| XYZ | 2.32 | 2.29 | 6.62 | - |
| YUV | 38.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 73 | 0.73 | 0.42 | 0 | 0.71 | 215.09 | 0.57 | 0.18 |
| Hex | 14 | 2A | 49 | 49 | 2A | 0 | 47 | D7 | 39 | 12 |
| Octal | 24 | 52 | 111 | 111 | 52 | 0 | 107 | 327 | 71 | 22 |
| Binary | 10100 | 101010 | 1001001 | 1001001 | 101010 | 0 | 1000111 | 11010111 | 111001 | 10010 |
Color Harmonies of #142A49
Complementary color
Monochromatic Colors of #142A49
Black with #142A49
Text Example
Text Example
White with #142A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A49; }
p { color: rgb(20,42,73); }
H1.HeaderClassName
{
color: #142A49;
}
.AnyTagClassName
{
color: #142A49;
}
</style>
background-color css
<style>
a { background-color: #142A49; }
a { background-color: rgb(20,42,73); }
div.DivClassName
{
background-color: #142A49;
}
.BgClassName
{
background-color: #142A49;
}
</style>
border-color css
<style>
span { border-color: #142A49; }
span { border-color: rgb(20,42,73); }
td.TdClassName
{
border-color: #142A49;
}
.TagClassName
{
border-color: #142A49;
}
</style>