Shades of Midnight Express #142048
Tints of Midnight Express #142048
RGB
CMYK
RGB Variations
Color information
#142048 (or 0x142048) is known color: Midnight Express. HEX triplet: 14, 20 and 48. RGB value is (20,32,72). Sum of RGB (Red+Green+Blue) = 20+32+72=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #142048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142048 is #EBDFB7. Grayscale: #202020. Windows color (decimal): -15458232 or 4726804. OLE color: 4726804.
HSL color Cylindrical-coordinate representation of color #142048: hue angle of 226.15º 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 #142048 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 32 | 72 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.72 |
| HSL | 226.15º | 0.57% | 0.18% | - |
| HSV(B) | 226.15º | 0.72% | 0.28% | - |
| XYZ | 1.97 | 1.65 | 6.35 | - |
| YUV | 32.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 72 | 0.72 | 0.56 | 0 | 0.72 | 226.15 | 0.57 | 0.18 |
| Hex | 14 | 20 | 48 | 48 | 38 | 0 | 48 | E2 | 39 | 12 |
| Octal | 24 | 40 | 110 | 110 | 70 | 0 | 110 | 342 | 71 | 22 |
| Binary | 10100 | 100000 | 1001000 | 1001000 | 111000 | 0 | 1001000 | 11100010 | 111001 | 10010 |
Color Harmonies of #142048
Complementary color
Monochromatic Colors of #142048
Black with #142048
Text Example
Text Example
White with #142048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142048; }
p { color: rgb(20,32,72); }
H1.HeaderClassName
{
color: #142048;
}
.AnyTagClassName
{
color: #142048;
}
</style>
background-color css
<style>
a { background-color: #142048; }
a { background-color: rgb(20,32,72); }
div.DivClassName
{
background-color: #142048;
}
.BgClassName
{
background-color: #142048;
}
</style>
border-color css
<style>
span { border-color: #142048; }
span { border-color: rgb(20,32,72); }
td.TdClassName
{
border-color: #142048;
}
.TagClassName
{
border-color: #142048;
}
</style>