Shades of Midnight Express #141748
Tints of Midnight Express #141748
RGB
CMYK
RGB Variations
Color information
#141748 (or 0x141748) is known color: Midnight Express. HEX triplet: 14, 17 and 48. RGB value is (20,23,72). Sum of RGB (Red+Green+Blue) = 20+23+72=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #141748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141748 is #EBE8B7. Grayscale: #1B1B1B. Windows color (decimal): -15460536 or 4724500. OLE color: 4724500.
HSL color Cylindrical-coordinate representation of color #141748: hue angle of 236.54º 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 #141748 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 23 | 72 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.72 |
| HSL | 236.54º | 0.57% | 0.18% | - |
| HSV(B) | 236.54º | 0.72% | 0.28% | - |
| XYZ | 1.76 | 1.23 | 6.28 | - |
| YUV | 27.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 72 | 0.72 | 0.68 | 0 | 0.72 | 236.54 | 0.57 | 0.18 |
| Hex | 14 | 17 | 48 | 48 | 44 | 0 | 48 | ED | 39 | 12 |
| Octal | 24 | 27 | 110 | 110 | 104 | 0 | 110 | 355 | 71 | 22 |
| Binary | 10100 | 10111 | 1001000 | 1001000 | 1000100 | 0 | 1001000 | 11101101 | 111001 | 10010 |
Color Harmonies of #141748
Complementary color
Monochromatic Colors of #141748
Black with #141748
Text Example
Text Example
White with #141748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141748; }
p { color: rgb(20,23,72); }
H1.HeaderClassName
{
color: #141748;
}
.AnyTagClassName
{
color: #141748;
}
</style>
background-color css
<style>
a { background-color: #141748; }
a { background-color: rgb(20,23,72); }
div.DivClassName
{
background-color: #141748;
}
.BgClassName
{
background-color: #141748;
}
</style>
border-color css
<style>
span { border-color: #141748; }
span { border-color: rgb(20,23,72); }
td.TdClassName
{
border-color: #141748;
}
.TagClassName
{
border-color: #141748;
}
</style>