Shades of Midnight Express #141C37
Tints of Midnight Express #141C37
RGB
CMYK
RGB Variations
Color information
#141C37 (or 0x141C37) is known color: Midnight Express. HEX triplet: 14, 1C and 37. RGB value is (20,28,55). Sum of RGB (Red+Green+Blue) = 20+28+55=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #141C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C37 is #EBE3C8. Grayscale: #1C1C1C. Windows color (decimal): -15459273 or 3611668. OLE color: 3611668.
HSL color Cylindrical-coordinate representation of color #141C37: hue angle of 226.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141C37 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 28 | 55 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.78 |
| HSL | 226.29º | 0.47% | 0.15% | - |
| HSV(B) | 226.29º | 0.64% | 0.22% | - |
| XYZ | 1.39 | 1.26 | 3.78 | - |
| YUV | 28.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 55 | 0.64 | 0.49 | 0 | 0.78 | 226.29 | 0.47 | 0.15 |
| Hex | 14 | 1C | 37 | 40 | 31 | 0 | 4E | E2 | 2F | F |
| Octal | 24 | 34 | 67 | 100 | 61 | 0 | 116 | 342 | 57 | 17 |
| Binary | 10100 | 11100 | 110111 | 1000000 | 110001 | 0 | 1001110 | 11100010 | 101111 | 1111 |
Color Harmonies of #141C37
Complementary color
Monochromatic Colors of #141C37
Black with #141C37
Text Example
Text Example
White with #141C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C37; }
p { color: rgb(20,28,55); }
H1.HeaderClassName
{
color: #141C37;
}
.AnyTagClassName
{
color: #141C37;
}
</style>
background-color css
<style>
a { background-color: #141C37; }
a { background-color: rgb(20,28,55); }
div.DivClassName
{
background-color: #141C37;
}
.BgClassName
{
background-color: #141C37;
}
</style>
border-color css
<style>
span { border-color: #141C37; }
span { border-color: rgb(20,28,55); }
td.TdClassName
{
border-color: #141C37;
}
.TagClassName
{
border-color: #141C37;
}
</style>