Shades of Midnight Express #141F4D
Tints of Midnight Express #141F4D
RGB
CMYK
RGB Variations
Color information
#141F4D (or 0x141F4D) is known color: Midnight Express. HEX triplet: 14, 1F and 4D. RGB value is (20,31,77). Sum of RGB (Red+Green+Blue) = 20+31+77=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #141F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F4D is #EBE0B2. Grayscale: #202020. Windows color (decimal): -15458483 or 5054228. OLE color: 5054228.
HSL color Cylindrical-coordinate representation of color #141F4D: hue angle of 228.42º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141F4D is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 31 | 77 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.70 |
| HSL | 228.42º | 0.59% | 0.19% | - |
| HSV(B) | 228.42º | 0.74% | 0.3% | - |
| XYZ | 2.12 | 1.66 | 7.23 | - |
| YUV | 32.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 77 | 0.74 | 0.60 | 0 | 0.70 | 228.42 | 0.59 | 0.19 |
| Hex | 14 | 1F | 4D | 4A | 3C | 0 | 46 | E4 | 3B | 13 |
| Octal | 24 | 37 | 115 | 112 | 74 | 0 | 106 | 344 | 73 | 23 |
| Binary | 10100 | 11111 | 1001101 | 1001010 | 111100 | 0 | 1000110 | 11100100 | 111011 | 10011 |
Color Harmonies of #141F4D
Complementary color
Monochromatic Colors of #141F4D
Black with #141F4D
Text Example
Text Example
White with #141F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F4D; }
p { color: rgb(20,31,77); }
H1.HeaderClassName
{
color: #141F4D;
}
.AnyTagClassName
{
color: #141F4D;
}
</style>
background-color css
<style>
a { background-color: #141F4D; }
a { background-color: rgb(20,31,77); }
div.DivClassName
{
background-color: #141F4D;
}
.BgClassName
{
background-color: #141F4D;
}
</style>
border-color css
<style>
span { border-color: #141F4D; }
span { border-color: rgb(20,31,77); }
td.TdClassName
{
border-color: #141F4D;
}
.TagClassName
{
border-color: #141F4D;
}
</style>