Shades of Midnight Express #14254E
Tints of Midnight Express #14254E
RGB
CMYK
RGB Variations
Color information
#14254E (or 0x14254E) is known color: Midnight Express. HEX triplet: 14, 25 and 4E. RGB value is (20,37,78). Sum of RGB (Red+Green+Blue) = 20+37+78=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #14254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14254E is #EBDAB1. Grayscale: #242424. Windows color (decimal): -15456946 or 5121300. OLE color: 5121300.
HSL color Cylindrical-coordinate representation of color #14254E: hue angle of 222.41º 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 #14254E is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 37 | 78 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.69 |
| HSL | 222.41º | 0.59% | 0.19% | - |
| HSV(B) | 222.41º | 0.74% | 0.31% | - |
| XYZ | 2.33 | 2.02 | 7.48 | - |
| YUV | 36.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 78 | 0.74 | 0.53 | 0 | 0.69 | 222.41 | 0.59 | 0.19 |
| Hex | 14 | 25 | 4E | 4A | 35 | 0 | 45 | DE | 3B | 13 |
| Octal | 24 | 45 | 116 | 112 | 65 | 0 | 105 | 336 | 73 | 23 |
| Binary | 10100 | 100101 | 1001110 | 1001010 | 110101 | 0 | 1000101 | 11011110 | 111011 | 10011 |
Color Harmonies of #14254E
Complementary color
Monochromatic Colors of #14254E
Black with #14254E
Text Example
Text Example
White with #14254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14254E; }
p { color: rgb(20,37,78); }
H1.HeaderClassName
{
color: #14254E;
}
.AnyTagClassName
{
color: #14254E;
}
</style>
background-color css
<style>
a { background-color: #14254E; }
a { background-color: rgb(20,37,78); }
div.DivClassName
{
background-color: #14254E;
}
.BgClassName
{
background-color: #14254E;
}
</style>
border-color css
<style>
span { border-color: #14254E; }
span { border-color: rgb(20,37,78); }
td.TdClassName
{
border-color: #14254E;
}
.TagClassName
{
border-color: #14254E;
}
</style>