Shades of Midnight #142A4E
Tints of Midnight #142A4E
RGB
CMYK
RGB Variations
Color information
#142A4E (or 0x142A4E) is known color: Midnight. HEX triplet: 14, 2A and 4E. RGB value is (20,42,78). Sum of RGB (Red+Green+Blue) = 20+42+78=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #142A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A4E is #EBD5B1. Grayscale: #272727. Windows color (decimal): -15455666 or 5122580. OLE color: 5122580.
HSL color Cylindrical-coordinate representation of color #142A4E: hue angle of 217.24º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142A4E is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 42 | 78 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.69 |
| HSL | 217.24º | 0.59% | 0.19% | - |
| HSV(B) | 217.24º | 0.74% | 0.31% | - |
| XYZ | 2.49 | 2.35 | 7.53 | - |
| YUV | 39.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 78 | 0.74 | 0.46 | 0 | 0.69 | 217.24 | 0.59 | 0.19 |
| Hex | 14 | 2A | 4E | 4A | 2E | 0 | 45 | D9 | 3B | 13 |
| Octal | 24 | 52 | 116 | 112 | 56 | 0 | 105 | 331 | 73 | 23 |
| Binary | 10100 | 101010 | 1001110 | 1001010 | 101110 | 0 | 1000101 | 11011001 | 111011 | 10011 |
Color Harmonies of #142A4E
Complementary color
Monochromatic Colors of #142A4E
Black with #142A4E
Text Example
Text Example
White with #142A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A4E; }
p { color: rgb(20,42,78); }
H1.HeaderClassName
{
color: #142A4E;
}
.AnyTagClassName
{
color: #142A4E;
}
</style>
background-color css
<style>
a { background-color: #142A4E; }
a { background-color: rgb(20,42,78); }
div.DivClassName
{
background-color: #142A4E;
}
.BgClassName
{
background-color: #142A4E;
}
</style>
border-color css
<style>
span { border-color: #142A4E; }
span { border-color: rgb(20,42,78); }
td.TdClassName
{
border-color: #142A4E;
}
.TagClassName
{
border-color: #142A4E;
}
</style>