Shades of Midnight Express #141948
Tints of Midnight Express #141948
RGB
CMYK
RGB Variations
Color information
#141948 (or 0x141948) is known color: Midnight Express. HEX triplet: 14, 19 and 48. RGB value is (20,25,72). Sum of RGB (Red+Green+Blue) = 20+25+72=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #141948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141948 is #EBE6B7. Grayscale: #1C1C1C. Windows color (decimal): -15460024 or 4725012. OLE color: 4725012.
HSL color Cylindrical-coordinate representation of color #141948: hue angle of 234.23º 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 #141948 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 25 | 72 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.72 |
| HSL | 234.23º | 0.57% | 0.18% | - |
| HSV(B) | 234.23º | 0.72% | 0.28% | - |
| XYZ | 1.81 | 1.31 | 6.29 | - |
| YUV | 28.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 72 | 0.72 | 0.65 | 0 | 0.72 | 234.23 | 0.57 | 0.18 |
| Hex | 14 | 19 | 48 | 48 | 41 | 0 | 48 | EA | 39 | 12 |
| Octal | 24 | 31 | 110 | 110 | 101 | 0 | 110 | 352 | 71 | 22 |
| Binary | 10100 | 11001 | 1001000 | 1001000 | 1000001 | 0 | 1001000 | 11101010 | 111001 | 10010 |
Color Harmonies of #141948
Complementary color
Monochromatic Colors of #141948
Black with #141948
Text Example
Text Example
White with #141948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141948; }
p { color: rgb(20,25,72); }
H1.HeaderClassName
{
color: #141948;
}
.AnyTagClassName
{
color: #141948;
}
</style>
background-color css
<style>
a { background-color: #141948; }
a { background-color: rgb(20,25,72); }
div.DivClassName
{
background-color: #141948;
}
.BgClassName
{
background-color: #141948;
}
</style>
border-color css
<style>
span { border-color: #141948; }
span { border-color: rgb(20,25,72); }
td.TdClassName
{
border-color: #141948;
}
.TagClassName
{
border-color: #141948;
}
</style>