Shades of Midnight Express #142548
Tints of Midnight Express #142548
RGB
CMYK
RGB Variations
Color information
#142548 (or 0x142548) is known color: Midnight Express. HEX triplet: 14, 25 and 48. RGB value is (20,37,72). Sum of RGB (Red+Green+Blue) = 20+37+72=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #142548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142548 is #EBDAB7. Grayscale: #232323. Windows color (decimal): -15456952 or 4728084. OLE color: 4728084.
HSL color Cylindrical-coordinate representation of color #142548: hue angle of 220.38º 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 #142548 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 37 | 72 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.72 |
| HSL | 220.38º | 0.57% | 0.18% | - |
| HSV(B) | 220.38º | 0.72% | 0.28% | - |
| XYZ | 2.12 | 1.94 | 6.39 | - |
| YUV | 35.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 72 | 0.72 | 0.49 | 0 | 0.72 | 220.38 | 0.57 | 0.18 |
| Hex | 14 | 25 | 48 | 48 | 31 | 0 | 48 | DC | 39 | 12 |
| Octal | 24 | 45 | 110 | 110 | 61 | 0 | 110 | 334 | 71 | 22 |
| Binary | 10100 | 100101 | 1001000 | 1001000 | 110001 | 0 | 1001000 | 11011100 | 111001 | 10010 |
Color Harmonies of #142548
Complementary color
Monochromatic Colors of #142548
Black with #142548
Text Example
Text Example
White with #142548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142548; }
p { color: rgb(20,37,72); }
H1.HeaderClassName
{
color: #142548;
}
.AnyTagClassName
{
color: #142548;
}
</style>
background-color css
<style>
a { background-color: #142548; }
a { background-color: rgb(20,37,72); }
div.DivClassName
{
background-color: #142548;
}
.BgClassName
{
background-color: #142548;
}
</style>
border-color css
<style>
span { border-color: #142548; }
span { border-color: rgb(20,37,72); }
td.TdClassName
{
border-color: #142548;
}
.TagClassName
{
border-color: #142548;
}
</style>