Shades of Midnight Express #14234D
Tints of Midnight Express #14234D
RGB
CMYK
RGB Variations
Color information
#14234D (or 0x14234D) is known color: Midnight Express. HEX triplet: 14, 23 and 4D. RGB value is (20,35,77). Sum of RGB (Red+Green+Blue) = 20+35+77=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #14234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14234D is #EBDCB2. Grayscale: #232323. Windows color (decimal): -15457459 or 5055252. OLE color: 5055252.
HSL color Cylindrical-coordinate representation of color #14234D: hue angle of 224.21º 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 #14234D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 35 | 77 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.70 |
| HSL | 224.21º | 0.59% | 0.19% | - |
| HSV(B) | 224.21º | 0.74% | 0.3% | - |
| XYZ | 2.23 | 1.89 | 7.27 | - |
| YUV | 35.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 77 | 0.74 | 0.55 | 0 | 0.70 | 224.21 | 0.59 | 0.19 |
| Hex | 14 | 23 | 4D | 4A | 37 | 0 | 46 | E0 | 3B | 13 |
| Octal | 24 | 43 | 115 | 112 | 67 | 0 | 106 | 340 | 73 | 23 |
| Binary | 10100 | 100011 | 1001101 | 1001010 | 110111 | 0 | 1000110 | 11100000 | 111011 | 10011 |
Color Harmonies of #14234D
Complementary color
Monochromatic Colors of #14234D
Black with #14234D
Text Example
Text Example
White with #14234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14234D; }
p { color: rgb(20,35,77); }
H1.HeaderClassName
{
color: #14234D;
}
.AnyTagClassName
{
color: #14234D;
}
</style>
background-color css
<style>
a { background-color: #14234D; }
a { background-color: rgb(20,35,77); }
div.DivClassName
{
background-color: #14234D;
}
.BgClassName
{
background-color: #14234D;
}
</style>
border-color css
<style>
span { border-color: #14234D; }
span { border-color: rgb(20,35,77); }
td.TdClassName
{
border-color: #14234D;
}
.TagClassName
{
border-color: #14234D;
}
</style>