Shades of Midnight Express #14184E
Tints of Midnight Express #14184E
RGB
CMYK
RGB Variations
Color information
#14184E (or 0x14184E) is known color: Midnight Express. HEX triplet: 14, 18 and 4E. RGB value is (20,24,78). Sum of RGB (Red+Green+Blue) = 20+24+78=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #14184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14184E is #EBE7B1. Grayscale: #1C1C1C. Windows color (decimal): -15460274 or 5117972. OLE color: 5117972.
HSL color Cylindrical-coordinate representation of color #14184E: hue angle of 235.86º 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 #14184E is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 24 | 78 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.69 |
| HSL | 235.86º | 0.59% | 0.19% | - |
| HSV(B) | 235.86º | 0.74% | 0.31% | - |
| XYZ | 1.99 | 1.35 | 7.36 | - |
| YUV | 28.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 78 | 0.74 | 0.69 | 0 | 0.69 | 235.86 | 0.59 | 0.19 |
| Hex | 14 | 18 | 4E | 4A | 45 | 0 | 45 | EC | 3B | 13 |
| Octal | 24 | 30 | 116 | 112 | 105 | 0 | 105 | 354 | 73 | 23 |
| Binary | 10100 | 11000 | 1001110 | 1001010 | 1000101 | 0 | 1000101 | 11101100 | 111011 | 10011 |
Color Harmonies of #14184E
Complementary color
Monochromatic Colors of #14184E
Black with #14184E
Text Example
Text Example
White with #14184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14184E; }
p { color: rgb(20,24,78); }
H1.HeaderClassName
{
color: #14184E;
}
.AnyTagClassName
{
color: #14184E;
}
</style>
background-color css
<style>
a { background-color: #14184E; }
a { background-color: rgb(20,24,78); }
div.DivClassName
{
background-color: #14184E;
}
.BgClassName
{
background-color: #14184E;
}
</style>
border-color css
<style>
span { border-color: #14184E; }
span { border-color: rgb(20,24,78); }
td.TdClassName
{
border-color: #14184E;
}
.TagClassName
{
border-color: #14184E;
}
</style>