Shades of Midnight Express #14204D
Tints of Midnight Express #14204D
RGB
CMYK
RGB Variations
Color information
#14204D (or 0x14204D) is known color: Midnight Express. HEX triplet: 14, 20 and 4D. RGB value is (20,32,77). Sum of RGB (Red+Green+Blue) = 20+32+77=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #14204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14204D is #EBDFB2. Grayscale: #212121. Windows color (decimal): -15458227 or 5054484. OLE color: 5054484.
HSL color Cylindrical-coordinate representation of color #14204D: hue angle of 227.37º 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 #14204D is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 32 | 77 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.70 |
| HSL | 227.37º | 0.59% | 0.19% | - |
| HSV(B) | 227.37º | 0.74% | 0.3% | - |
| XYZ | 2.14 | 1.72 | 7.24 | - |
| YUV | 33.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 77 | 0.74 | 0.58 | 0 | 0.70 | 227.37 | 0.59 | 0.19 |
| Hex | 14 | 20 | 4D | 4A | 3A | 0 | 46 | E3 | 3B | 13 |
| Octal | 24 | 40 | 115 | 112 | 72 | 0 | 106 | 343 | 73 | 23 |
| Binary | 10100 | 100000 | 1001101 | 1001010 | 111010 | 0 | 1000110 | 11100011 | 111011 | 10011 |
Color Harmonies of #14204D
Complementary color
Monochromatic Colors of #14204D
Black with #14204D
Text Example
Text Example
White with #14204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14204D; }
p { color: rgb(20,32,77); }
H1.HeaderClassName
{
color: #14204D;
}
.AnyTagClassName
{
color: #14204D;
}
</style>
background-color css
<style>
a { background-color: #14204D; }
a { background-color: rgb(20,32,77); }
div.DivClassName
{
background-color: #14204D;
}
.BgClassName
{
background-color: #14204D;
}
</style>
border-color css
<style>
span { border-color: #14204D; }
span { border-color: rgb(20,32,77); }
td.TdClassName
{
border-color: #14204D;
}
.TagClassName
{
border-color: #14204D;
}
</style>