Shades of Midnight Express #14204C
Tints of Midnight Express #14204C
RGB
CMYK
RGB Variations
Color information
#14204C (or 0x14204C) is known color: Midnight Express. HEX triplet: 14, 20 and 4C. RGB value is (20,32,76). Sum of RGB (Red+Green+Blue) = 20+32+76=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #14204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14204C is #EBDFB3. Grayscale: #212121. Windows color (decimal): -15458228 or 4988948. OLE color: 4988948.
HSL color Cylindrical-coordinate representation of color #14204C: hue angle of 227.14º degrees, saturation: 0.58, 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 #14204C is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 32 | 76 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.70 |
| HSL | 227.14º | 0.58% | 0.19% | - |
| HSV(B) | 227.14º | 0.74% | 0.3% | - |
| XYZ | 2.11 | 1.7 | 7.06 | - |
| YUV | 33.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 76 | 0.74 | 0.58 | 0 | 0.70 | 227.14 | 0.58 | 0.19 |
| Hex | 14 | 20 | 4C | 4A | 3A | 0 | 46 | E3 | 3A | 13 |
| Octal | 24 | 40 | 114 | 112 | 72 | 0 | 106 | 343 | 72 | 23 |
| Binary | 10100 | 100000 | 1001100 | 1001010 | 111010 | 0 | 1000110 | 11100011 | 111010 | 10011 |
Color Harmonies of #14204C
Complementary color
Monochromatic Colors of #14204C
Black with #14204C
Text Example
Text Example
White with #14204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14204C; }
p { color: rgb(20,32,76); }
H1.HeaderClassName
{
color: #14204C;
}
.AnyTagClassName
{
color: #14204C;
}
</style>
background-color css
<style>
a { background-color: #14204C; }
a { background-color: rgb(20,32,76); }
div.DivClassName
{
background-color: #14204C;
}
.BgClassName
{
background-color: #14204C;
}
</style>
border-color css
<style>
span { border-color: #14204C; }
span { border-color: rgb(20,32,76); }
td.TdClassName
{
border-color: #14204C;
}
.TagClassName
{
border-color: #14204C;
}
</style>