Shades of Midnight #142A44
Tints of Midnight #142A44
RGB
CMYK
RGB Variations
Color information
#142A44 (or 0x142A44) is known color: Midnight. HEX triplet: 14, 2A and 44. RGB value is (20,42,68). Sum of RGB (Red+Green+Blue) = 20+42+68=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #142A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A44 is #EBD5BB. Grayscale: #262626. Windows color (decimal): -15455676 or 4467220. OLE color: 4467220.
HSL color Cylindrical-coordinate representation of color #142A44: hue angle of 212.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142A44 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 42 | 68 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.73 |
| HSL | 212.5º | 0.55% | 0.17% | - |
| HSV(B) | 212.5º | 0.71% | 0.27% | - |
| XYZ | 2.16 | 2.22 | 5.78 | - |
| YUV | 38.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 68 | 0.71 | 0.38 | 0 | 0.73 | 212.5 | 0.55 | 0.17 |
| Hex | 14 | 2A | 44 | 47 | 26 | 0 | 49 | D4 | 37 | 11 |
| Octal | 24 | 52 | 104 | 107 | 46 | 0 | 111 | 324 | 67 | 21 |
| Binary | 10100 | 101010 | 1000100 | 1000111 | 100110 | 0 | 1001001 | 11010100 | 110111 | 10001 |
Color Harmonies of #142A44
Complementary color
Monochromatic Colors of #142A44
Black with #142A44
Text Example
Text Example
White with #142A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A44; }
p { color: rgb(20,42,68); }
H1.HeaderClassName
{
color: #142A44;
}
.AnyTagClassName
{
color: #142A44;
}
</style>
background-color css
<style>
a { background-color: #142A44; }
a { background-color: rgb(20,42,68); }
div.DivClassName
{
background-color: #142A44;
}
.BgClassName
{
background-color: #142A44;
}
</style>
border-color css
<style>
span { border-color: #142A44; }
span { border-color: rgb(20,42,68); }
td.TdClassName
{
border-color: #142A44;
}
.TagClassName
{
border-color: #142A44;
}
</style>