Shades of Midnight Express #141A36
Tints of Midnight Express #141A36
RGB
CMYK
RGB Variations
Color information
#141A36 (or 0x141A36) is known color: Midnight Express. HEX triplet: 14, 1A and 36. RGB value is (20,26,54). Sum of RGB (Red+Green+Blue) = 20+26+54=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #141A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A36 is #EBE5C9. Grayscale: #1B1B1B. Windows color (decimal): -15459786 or 3545620. OLE color: 3545620.
HSL color Cylindrical-coordinate representation of color #141A36: hue angle of 229.41º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141A36 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 26 | 54 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.79 |
| HSL | 229.41º | 0.46% | 0.15% | - |
| HSV(B) | 229.41º | 0.63% | 0.21% | - |
| XYZ | 1.32 | 1.15 | 3.64 | - |
| YUV | 27.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 54 | 0.63 | 0.52 | 0 | 0.79 | 229.41 | 0.46 | 0.15 |
| Hex | 14 | 1A | 36 | 3F | 34 | 0 | 4F | E5 | 2E | F |
| Octal | 24 | 32 | 66 | 77 | 64 | 0 | 117 | 345 | 56 | 17 |
| Binary | 10100 | 11010 | 110110 | 111111 | 110100 | 0 | 1001111 | 11100101 | 101110 | 1111 |
Color Harmonies of #141A36
Complementary color
Monochromatic Colors of #141A36
Black with #141A36
Text Example
Text Example
White with #141A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A36; }
p { color: rgb(20,26,54); }
H1.HeaderClassName
{
color: #141A36;
}
.AnyTagClassName
{
color: #141A36;
}
</style>
background-color css
<style>
a { background-color: #141A36; }
a { background-color: rgb(20,26,54); }
div.DivClassName
{
background-color: #141A36;
}
.BgClassName
{
background-color: #141A36;
}
</style>
border-color css
<style>
span { border-color: #141A36; }
span { border-color: rgb(20,26,54); }
td.TdClassName
{
border-color: #141A36;
}
.TagClassName
{
border-color: #141A36;
}
</style>