Shades of Midnight Express #14234E
Tints of Midnight Express #14234E
RGB
CMYK
RGB Variations
Color information
#14234E (or 0x14234E) is known color: Midnight Express. HEX triplet: 14, 23 and 4E. RGB value is (20,35,78). Sum of RGB (Red+Green+Blue) = 20+35+78=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #14234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14234E is #EBDCB1. Grayscale: #232323. Windows color (decimal): -15457458 or 5120788. OLE color: 5120788.
HSL color Cylindrical-coordinate representation of color #14234E: hue angle of 224.48º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14234E is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 35 | 78 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.69 |
| HSL | 224.48º | 0.59% | 0.19% | - |
| HSV(B) | 224.48º | 0.74% | 0.31% | - |
| XYZ | 2.26 | 1.9 | 7.46 | - |
| YUV | 35.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 78 | 0.74 | 0.55 | 0 | 0.69 | 224.48 | 0.59 | 0.19 |
| Hex | 14 | 23 | 4E | 4A | 37 | 0 | 45 | E0 | 3B | 13 |
| Octal | 24 | 43 | 116 | 112 | 67 | 0 | 105 | 340 | 73 | 23 |
| Binary | 10100 | 100011 | 1001110 | 1001010 | 110111 | 0 | 1000101 | 11100000 | 111011 | 10011 |
Color Harmonies of #14234E
Complementary color
Monochromatic Colors of #14234E
Black with #14234E
Text Example
Text Example
White with #14234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14234E; }
p { color: rgb(20,35,78); }
H1.HeaderClassName
{
color: #14234E;
}
.AnyTagClassName
{
color: #14234E;
}
</style>
background-color css
<style>
a { background-color: #14234E; }
a { background-color: rgb(20,35,78); }
div.DivClassName
{
background-color: #14234E;
}
.BgClassName
{
background-color: #14234E;
}
</style>
border-color css
<style>
span { border-color: #14234E; }
span { border-color: rgb(20,35,78); }
td.TdClassName
{
border-color: #14234E;
}
.TagClassName
{
border-color: #14234E;
}
</style>