Shades of Midnight Express #141A37
Tints of Midnight Express #141A37
RGB
CMYK
RGB Variations
Color information
#141A37 (or 0x141A37) is known color: Midnight Express. HEX triplet: 14, 1A and 37. RGB value is (20,26,55). Sum of RGB (Red+Green+Blue) = 20+26+55=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #141A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A37 is #EBE5C8. Grayscale: #1B1B1B. Windows color (decimal): -15459785 or 3611156. OLE color: 3611156.
HSL color Cylindrical-coordinate representation of color #141A37: hue angle of 229.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141A37 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 26 | 55 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.78 |
| HSL | 229.71º | 0.47% | 0.15% | - |
| HSV(B) | 229.71º | 0.64% | 0.22% | - |
| XYZ | 1.35 | 1.16 | 3.77 | - |
| YUV | 27.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 55 | 0.64 | 0.53 | 0 | 0.78 | 229.71 | 0.47 | 0.15 |
| Hex | 14 | 1A | 37 | 40 | 35 | 0 | 4E | E6 | 2F | F |
| Octal | 24 | 32 | 67 | 100 | 65 | 0 | 116 | 346 | 57 | 17 |
| Binary | 10100 | 11010 | 110111 | 1000000 | 110101 | 0 | 1001110 | 11100110 | 101111 | 1111 |
Color Harmonies of #141A37
Complementary color
Monochromatic Colors of #141A37
Black with #141A37
Text Example
Text Example
White with #141A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A37; }
p { color: rgb(20,26,55); }
H1.HeaderClassName
{
color: #141A37;
}
.AnyTagClassName
{
color: #141A37;
}
</style>
background-color css
<style>
a { background-color: #141A37; }
a { background-color: rgb(20,26,55); }
div.DivClassName
{
background-color: #141A37;
}
.BgClassName
{
background-color: #141A37;
}
</style>
border-color css
<style>
span { border-color: #141A37; }
span { border-color: rgb(20,26,55); }
td.TdClassName
{
border-color: #141A37;
}
.TagClassName
{
border-color: #141A37;
}
</style>