Shades of Midnight Express #141C48
Tints of Midnight Express #141C48
RGB
CMYK
RGB Variations
Color information
#141C48 (or 0x141C48) is known color: Midnight Express. HEX triplet: 14, 1C and 48. RGB value is (20,28,72). Sum of RGB (Red+Green+Blue) = 20+28+72=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #141C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C48 is #EBE3B7. Grayscale: #1E1E1E. Windows color (decimal): -15459256 or 4725780. OLE color: 4725780.
HSL color Cylindrical-coordinate representation of color #141C48: hue angle of 230.77º degrees, saturation: 0.57, 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 #141C48 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 28 | 72 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.72 |
| HSL | 230.77º | 0.57% | 0.18% | - |
| HSV(B) | 230.77º | 0.72% | 0.28% | - |
| XYZ | 1.87 | 1.45 | 6.31 | - |
| YUV | 30.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 72 | 0.72 | 0.61 | 0 | 0.72 | 230.77 | 0.57 | 0.18 |
| Hex | 14 | 1C | 48 | 48 | 3D | 0 | 48 | E7 | 39 | 12 |
| Octal | 24 | 34 | 110 | 110 | 75 | 0 | 110 | 347 | 71 | 22 |
| Binary | 10100 | 11100 | 1001000 | 1001000 | 111101 | 0 | 1001000 | 11100111 | 111001 | 10010 |
Color Harmonies of #141C48
Complementary color
Monochromatic Colors of #141C48
Black with #141C48
Text Example
Text Example
White with #141C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C48; }
p { color: rgb(20,28,72); }
H1.HeaderClassName
{
color: #141C48;
}
.AnyTagClassName
{
color: #141C48;
}
</style>
background-color css
<style>
a { background-color: #141C48; }
a { background-color: rgb(20,28,72); }
div.DivClassName
{
background-color: #141C48;
}
.BgClassName
{
background-color: #141C48;
}
</style>
border-color css
<style>
span { border-color: #141C48; }
span { border-color: rgb(20,28,72); }
td.TdClassName
{
border-color: #141C48;
}
.TagClassName
{
border-color: #141C48;
}
</style>