Shades of Midnight Express #141848
Tints of Midnight Express #141848
RGB
CMYK
RGB Variations
Color information
#141848 (or 0x141848) is known color: Midnight Express. HEX triplet: 14, 18 and 48. RGB value is (20,24,72). Sum of RGB (Red+Green+Blue) = 20+24+72=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #141848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141848 is #EBE7B7. Grayscale: #1C1C1C. Windows color (decimal): -15460280 or 4724756. OLE color: 4724756.
HSL color Cylindrical-coordinate representation of color #141848: hue angle of 235.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 #141848 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 24 | 72 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.72 |
| HSL | 235.38º | 0.57% | 0.18% | - |
| HSV(B) | 235.38º | 0.72% | 0.28% | - |
| XYZ | 1.78 | 1.27 | 6.28 | - |
| YUV | 28.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 72 | 0.72 | 0.67 | 0 | 0.72 | 235.38 | 0.57 | 0.18 |
| Hex | 14 | 18 | 48 | 48 | 43 | 0 | 48 | EB | 39 | 12 |
| Octal | 24 | 30 | 110 | 110 | 103 | 0 | 110 | 353 | 71 | 22 |
| Binary | 10100 | 11000 | 1001000 | 1001000 | 1000011 | 0 | 1001000 | 11101011 | 111001 | 10010 |
Color Harmonies of #141848
Complementary color
Monochromatic Colors of #141848
Black with #141848
Text Example
Text Example
White with #141848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141848; }
p { color: rgb(20,24,72); }
H1.HeaderClassName
{
color: #141848;
}
.AnyTagClassName
{
color: #141848;
}
</style>
background-color css
<style>
a { background-color: #141848; }
a { background-color: rgb(20,24,72); }
div.DivClassName
{
background-color: #141848;
}
.BgClassName
{
background-color: #141848;
}
</style>
border-color css
<style>
span { border-color: #141848; }
span { border-color: rgb(20,24,72); }
td.TdClassName
{
border-color: #141848;
}
.TagClassName
{
border-color: #141848;
}
</style>