Shades of Midnight Express #141C47
Tints of Midnight Express #141C47
RGB
CMYK
RGB Variations
Color information
#141C47 (or 0x141C47) is known color: Midnight Express. HEX triplet: 14, 1C and 47. RGB value is (20,28,71). Sum of RGB (Red+Green+Blue) = 20+28+71=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #141C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C47 is #EBE3B8. Grayscale: #1E1E1E. Windows color (decimal): -15459257 or 4660244. OLE color: 4660244.
HSL color Cylindrical-coordinate representation of color #141C47: hue angle of 230.59º 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 #141C47 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 28 | 71 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.72 |
| HSL | 230.59º | 0.56% | 0.18% | - |
| HSV(B) | 230.59º | 0.72% | 0.28% | - |
| XYZ | 1.84 | 1.43 | 6.14 | - |
| YUV | 30.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 71 | 0.72 | 0.61 | 0 | 0.72 | 230.59 | 0.56 | 0.18 |
| Hex | 14 | 1C | 47 | 48 | 3D | 0 | 48 | E7 | 38 | 12 |
| Octal | 24 | 34 | 107 | 110 | 75 | 0 | 110 | 347 | 70 | 22 |
| Binary | 10100 | 11100 | 1000111 | 1001000 | 111101 | 0 | 1001000 | 11100111 | 111000 | 10010 |
Color Harmonies of #141C47
Complementary color
Monochromatic Colors of #141C47
Black with #141C47
Text Example
Text Example
White with #141C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C47; }
p { color: rgb(20,28,71); }
H1.HeaderClassName
{
color: #141C47;
}
.AnyTagClassName
{
color: #141C47;
}
</style>
background-color css
<style>
a { background-color: #141C47; }
a { background-color: rgb(20,28,71); }
div.DivClassName
{
background-color: #141C47;
}
.BgClassName
{
background-color: #141C47;
}
</style>
border-color css
<style>
span { border-color: #141C47; }
span { border-color: rgb(20,28,71); }
td.TdClassName
{
border-color: #141C47;
}
.TagClassName
{
border-color: #141C47;
}
</style>