Shades of Midnight Express #141A40
Tints of Midnight Express #141A40
RGB
CMYK
RGB Variations
Color information
#141A40 (or 0x141A40) is known color: Midnight Express. HEX triplet: 14, 1A and 40. RGB value is (20,26,64). Sum of RGB (Red+Green+Blue) = 20+26+64=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #141A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A40 is #EBE5BF. Grayscale: #1C1C1C. Windows color (decimal): -15459776 or 4200980. OLE color: 4200980.
HSL color Cylindrical-coordinate representation of color #141A40: hue angle of 231.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141A40 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 26 | 64 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.75 |
| HSL | 231.82º | 0.52% | 0.16% | - |
| HSV(B) | 231.82º | 0.69% | 0.25% | - |
| XYZ | 1.58 | 1.26 | 5.01 | - |
| YUV | 28.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 64 | 0.69 | 0.59 | 0 | 0.75 | 231.82 | 0.52 | 0.16 |
| Hex | 14 | 1A | 40 | 45 | 3B | 0 | 4B | E8 | 34 | 10 |
| Octal | 24 | 32 | 100 | 105 | 73 | 0 | 113 | 350 | 64 | 20 |
| Binary | 10100 | 11010 | 1000000 | 1000101 | 111011 | 0 | 1001011 | 11101000 | 110100 | 10000 |
Color Harmonies of #141A40
Complementary color
Monochromatic Colors of #141A40
Black with #141A40
Text Example
Text Example
White with #141A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A40; }
p { color: rgb(20,26,64); }
H1.HeaderClassName
{
color: #141A40;
}
.AnyTagClassName
{
color: #141A40;
}
</style>
background-color css
<style>
a { background-color: #141A40; }
a { background-color: rgb(20,26,64); }
div.DivClassName
{
background-color: #141A40;
}
.BgClassName
{
background-color: #141A40;
}
</style>
border-color css
<style>
span { border-color: #141A40; }
span { border-color: rgb(20,26,64); }
td.TdClassName
{
border-color: #141A40;
}
.TagClassName
{
border-color: #141A40;
}
</style>