Shades of Midnight Express #14204A
Tints of Midnight Express #14204A
RGB
CMYK
RGB Variations
Color information
#14204A (or 0x14204A) is known color: Midnight Express. HEX triplet: 14, 20 and 4A. RGB value is (20,32,74). Sum of RGB (Red+Green+Blue) = 20+32+74=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #14204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14204A is #EBDFB5. Grayscale: #212121. Windows color (decimal): -15458230 or 4857876. OLE color: 4857876.
HSL color Cylindrical-coordinate representation of color #14204A: hue angle of 226.67º 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 #14204A is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 32 | 74 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.71 |
| HSL | 226.67º | 0.57% | 0.18% | - |
| HSV(B) | 226.67º | 0.73% | 0.29% | - |
| XYZ | 2.04 | 1.68 | 6.69 | - |
| YUV | 33.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 74 | 0.73 | 0.57 | 0 | 0.71 | 226.67 | 0.57 | 0.18 |
| Hex | 14 | 20 | 4A | 49 | 39 | 0 | 47 | E3 | 39 | 12 |
| Octal | 24 | 40 | 112 | 111 | 71 | 0 | 107 | 343 | 71 | 22 |
| Binary | 10100 | 100000 | 1001010 | 1001001 | 111001 | 0 | 1000111 | 11100011 | 111001 | 10010 |
Color Harmonies of #14204A
Complementary color
Monochromatic Colors of #14204A
Black with #14204A
Text Example
Text Example
White with #14204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14204A; }
p { color: rgb(20,32,74); }
H1.HeaderClassName
{
color: #14204A;
}
.AnyTagClassName
{
color: #14204A;
}
</style>
background-color css
<style>
a { background-color: #14204A; }
a { background-color: rgb(20,32,74); }
div.DivClassName
{
background-color: #14204A;
}
.BgClassName
{
background-color: #14204A;
}
</style>
border-color css
<style>
span { border-color: #14204A; }
span { border-color: rgb(20,32,74); }
td.TdClassName
{
border-color: #14204A;
}
.TagClassName
{
border-color: #14204A;
}
</style>