Shades of Midnight #142A4D
Tints of Midnight #142A4D
RGB
CMYK
RGB Variations
Color information
#142A4D (or 0x142A4D) is known color: Midnight. HEX triplet: 14, 2A and 4D. RGB value is (20,42,77). Sum of RGB (Red+Green+Blue) = 20+42+77=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #142A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A4D is #EBD5B2. Grayscale: #272727. Windows color (decimal): -15455667 or 5057044. OLE color: 5057044.
HSL color Cylindrical-coordinate representation of color #142A4D: hue angle of 216.84º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142A4D is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 42 | 77 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.70 |
| HSL | 216.84º | 0.59% | 0.19% | - |
| HSV(B) | 216.84º | 0.74% | 0.3% | - |
| XYZ | 2.46 | 2.34 | 7.34 | - |
| YUV | 39.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 77 | 0.74 | 0.45 | 0 | 0.70 | 216.84 | 0.59 | 0.19 |
| Hex | 14 | 2A | 4D | 4A | 2D | 0 | 46 | D9 | 3B | 13 |
| Octal | 24 | 52 | 115 | 112 | 55 | 0 | 106 | 331 | 73 | 23 |
| Binary | 10100 | 101010 | 1001101 | 1001010 | 101101 | 0 | 1000110 | 11011001 | 111011 | 10011 |
Color Harmonies of #142A4D
Complementary color
Monochromatic Colors of #142A4D
Black with #142A4D
Text Example
Text Example
White with #142A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A4D; }
p { color: rgb(20,42,77); }
H1.HeaderClassName
{
color: #142A4D;
}
.AnyTagClassName
{
color: #142A4D;
}
</style>
background-color css
<style>
a { background-color: #142A4D; }
a { background-color: rgb(20,42,77); }
div.DivClassName
{
background-color: #142A4D;
}
.BgClassName
{
background-color: #142A4D;
}
</style>
border-color css
<style>
span { border-color: #142A4D; }
span { border-color: rgb(20,42,77); }
td.TdClassName
{
border-color: #142A4D;
}
.TagClassName
{
border-color: #142A4D;
}
</style>