Shades of Midnight Express #141B40
Tints of Midnight Express #141B40
RGB
CMYK
RGB Variations
Color information
#141B40 (or 0x141B40) is known color: Midnight Express. HEX triplet: 14, 1B and 40. RGB value is (20,27,64). Sum of RGB (Red+Green+Blue) = 20+27+64=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #141B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B40 is #EBE4BF. Grayscale: #1C1C1C. Windows color (decimal): -15459520 or 4201236. OLE color: 4201236.
HSL color Cylindrical-coordinate representation of color #141B40: hue angle of 230.45º 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 #141B40 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 27 | 64 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.75 |
| HSL | 230.45º | 0.52% | 0.16% | - |
| HSV(B) | 230.45º | 0.69% | 0.25% | - |
| XYZ | 1.61 | 1.3 | 5.02 | - |
| YUV | 29.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 64 | 0.69 | 0.58 | 0 | 0.75 | 230.45 | 0.52 | 0.16 |
| Hex | 14 | 1B | 40 | 45 | 3A | 0 | 4B | E6 | 34 | 10 |
| Octal | 24 | 33 | 100 | 105 | 72 | 0 | 113 | 346 | 64 | 20 |
| Binary | 10100 | 11011 | 1000000 | 1000101 | 111010 | 0 | 1001011 | 11100110 | 110100 | 10000 |
Color Harmonies of #141B40
Complementary color
Monochromatic Colors of #141B40
Black with #141B40
Text Example
Text Example
White with #141B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B40; }
p { color: rgb(20,27,64); }
H1.HeaderClassName
{
color: #141B40;
}
.AnyTagClassName
{
color: #141B40;
}
</style>
background-color css
<style>
a { background-color: #141B40; }
a { background-color: rgb(20,27,64); }
div.DivClassName
{
background-color: #141B40;
}
.BgClassName
{
background-color: #141B40;
}
</style>
border-color css
<style>
span { border-color: #141B40; }
span { border-color: rgb(20,27,64); }
td.TdClassName
{
border-color: #141B40;
}
.TagClassName
{
border-color: #141B40;
}
</style>