Shades of Midnight Express #142441
Tints of Midnight Express #142441
RGB
CMYK
RGB Variations
Color information
#142441 (or 0x142441) is known color: Midnight Express. HEX triplet: 14, 24 and 41. RGB value is (20,36,65). Sum of RGB (Red+Green+Blue) = 20+36+65=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #142441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142441 is #EBDBBE. Grayscale: #222222. Windows color (decimal): -15457215 or 4269076. OLE color: 4269076.
HSL color Cylindrical-coordinate representation of color #142441: hue angle of 218.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142441 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 36 | 65 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.75 |
| HSL | 218.67º | 0.53% | 0.17% | - |
| HSV(B) | 218.67º | 0.69% | 0.25% | - |
| XYZ | 1.87 | 1.79 | 5.25 | - |
| YUV | 34.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 65 | 0.69 | 0.45 | 0 | 0.75 | 218.67 | 0.53 | 0.17 |
| Hex | 14 | 24 | 41 | 45 | 2D | 0 | 4B | DB | 35 | 11 |
| Octal | 24 | 44 | 101 | 105 | 55 | 0 | 113 | 333 | 65 | 21 |
| Binary | 10100 | 100100 | 1000001 | 1000101 | 101101 | 0 | 1001011 | 11011011 | 110101 | 10001 |
Color Harmonies of #142441
Complementary color
Monochromatic Colors of #142441
Black with #142441
Text Example
Text Example
White with #142441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142441; }
p { color: rgb(20,36,65); }
H1.HeaderClassName
{
color: #142441;
}
.AnyTagClassName
{
color: #142441;
}
</style>
background-color css
<style>
a { background-color: #142441; }
a { background-color: rgb(20,36,65); }
div.DivClassName
{
background-color: #142441;
}
.BgClassName
{
background-color: #142441;
}
</style>
border-color css
<style>
span { border-color: #142441; }
span { border-color: rgb(20,36,65); }
td.TdClassName
{
border-color: #142441;
}
.TagClassName
{
border-color: #142441;
}
</style>