Shades of Midnight Express #141C4A
Tints of Midnight Express #141C4A
RGB
CMYK
RGB Variations
Color information
#141C4A (or 0x141C4A) is known color: Midnight Express. HEX triplet: 14, 1C and 4A. RGB value is (20,28,74). Sum of RGB (Red+Green+Blue) = 20+28+74=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #141C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C4A is #EBE3B5. Grayscale: #1E1E1E. Windows color (decimal): -15459254 or 4856852. OLE color: 4856852.
HSL color Cylindrical-coordinate representation of color #141C4A: hue angle of 231.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141C4A is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 28 | 74 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.71 |
| HSL | 231.11º | 0.57% | 0.18% | - |
| HSV(B) | 231.11º | 0.73% | 0.29% | - |
| XYZ | 1.94 | 1.47 | 6.66 | - |
| YUV | 30.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 74 | 0.73 | 0.62 | 0 | 0.71 | 231.11 | 0.57 | 0.18 |
| Hex | 14 | 1C | 4A | 49 | 3E | 0 | 47 | E7 | 39 | 12 |
| Octal | 24 | 34 | 112 | 111 | 76 | 0 | 107 | 347 | 71 | 22 |
| Binary | 10100 | 11100 | 1001010 | 1001001 | 111110 | 0 | 1000111 | 11100111 | 111001 | 10010 |
Color Harmonies of #141C4A
Complementary color
Monochromatic Colors of #141C4A
Black with #141C4A
Text Example
Text Example
White with #141C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C4A; }
p { color: rgb(20,28,74); }
H1.HeaderClassName
{
color: #141C4A;
}
.AnyTagClassName
{
color: #141C4A;
}
</style>
background-color css
<style>
a { background-color: #141C4A; }
a { background-color: rgb(20,28,74); }
div.DivClassName
{
background-color: #141C4A;
}
.BgClassName
{
background-color: #141C4A;
}
</style>
border-color css
<style>
span { border-color: #141C4A; }
span { border-color: rgb(20,28,74); }
td.TdClassName
{
border-color: #141C4A;
}
.TagClassName
{
border-color: #141C4A;
}
</style>