Shades of Midnight Express #141A4E
Tints of Midnight Express #141A4E
RGB
CMYK
RGB Variations
Color information
#141A4E (or 0x141A4E) is known color: Midnight Express. HEX triplet: 14, 1A and 4E. RGB value is (20,26,78). Sum of RGB (Red+Green+Blue) = 20+26+78=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #141A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A4E is #EBE5B1. Grayscale: #1D1D1D. Windows color (decimal): -15459762 or 5118484. OLE color: 5118484.
HSL color Cylindrical-coordinate representation of color #141A4E: hue angle of 233.79º 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 #141A4E is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 26 | 78 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.69 |
| HSL | 233.79º | 0.59% | 0.19% | - |
| HSV(B) | 233.79º | 0.74% | 0.31% | - |
| XYZ | 2.03 | 1.44 | 7.38 | - |
| YUV | 30.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 78 | 0.74 | 0.67 | 0 | 0.69 | 233.79 | 0.59 | 0.19 |
| Hex | 14 | 1A | 4E | 4A | 43 | 0 | 45 | EA | 3B | 13 |
| Octal | 24 | 32 | 116 | 112 | 103 | 0 | 105 | 352 | 73 | 23 |
| Binary | 10100 | 11010 | 1001110 | 1001010 | 1000011 | 0 | 1000101 | 11101010 | 111011 | 10011 |
Color Harmonies of #141A4E
Complementary color
Monochromatic Colors of #141A4E
Black with #141A4E
Text Example
Text Example
White with #141A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A4E; }
p { color: rgb(20,26,78); }
H1.HeaderClassName
{
color: #141A4E;
}
.AnyTagClassName
{
color: #141A4E;
}
</style>
background-color css
<style>
a { background-color: #141A4E; }
a { background-color: rgb(20,26,78); }
div.DivClassName
{
background-color: #141A4E;
}
.BgClassName
{
background-color: #141A4E;
}
</style>
border-color css
<style>
span { border-color: #141A4E; }
span { border-color: rgb(20,26,78); }
td.TdClassName
{
border-color: #141A4E;
}
.TagClassName
{
border-color: #141A4E;
}
</style>