Shades of Midnight Express #141F47
Tints of Midnight Express #141F47
RGB
CMYK
RGB Variations
Color information
#141F47 (or 0x141F47) is known color: Midnight Express. HEX triplet: 14, 1F and 47. RGB value is (20,31,71). Sum of RGB (Red+Green+Blue) = 20+31+71=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #141F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F47 is #EBE0B8. Grayscale: #202020. Windows color (decimal): -15458489 or 4661012. OLE color: 4661012.
HSL color Cylindrical-coordinate representation of color #141F47: hue angle of 227.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141F47 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 31 | 71 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.72 |
| HSL | 227.06º | 0.56% | 0.18% | - |
| HSV(B) | 227.06º | 0.72% | 0.28% | - |
| XYZ | 1.92 | 1.58 | 6.17 | - |
| YUV | 32.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 71 | 0.72 | 0.56 | 0 | 0.72 | 227.06 | 0.56 | 0.18 |
| Hex | 14 | 1F | 47 | 48 | 38 | 0 | 48 | E3 | 38 | 12 |
| Octal | 24 | 37 | 107 | 110 | 70 | 0 | 110 | 343 | 70 | 22 |
| Binary | 10100 | 11111 | 1000111 | 1001000 | 111000 | 0 | 1001000 | 11100011 | 111000 | 10010 |
Color Harmonies of #141F47
Complementary color
Monochromatic Colors of #141F47
Black with #141F47
Text Example
Text Example
White with #141F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F47; }
p { color: rgb(20,31,71); }
H1.HeaderClassName
{
color: #141F47;
}
.AnyTagClassName
{
color: #141F47;
}
</style>
background-color css
<style>
a { background-color: #141F47; }
a { background-color: rgb(20,31,71); }
div.DivClassName
{
background-color: #141F47;
}
.BgClassName
{
background-color: #141F47;
}
</style>
border-color css
<style>
span { border-color: #141F47; }
span { border-color: rgb(20,31,71); }
td.TdClassName
{
border-color: #141F47;
}
.TagClassName
{
border-color: #141F47;
}
</style>