Shades of Midnight Express #141A4D
Tints of Midnight Express #141A4D
RGB
CMYK
RGB Variations
Color information
#141A4D (or 0x141A4D) is known color: Midnight Express. HEX triplet: 14, 1A and 4D. RGB value is (20,26,77). Sum of RGB (Red+Green+Blue) = 20+26+77=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #141A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A4D is #EBE5B2. Grayscale: #1D1D1D. Windows color (decimal): -15459763 or 5052948. OLE color: 5052948.
HSL color Cylindrical-coordinate representation of color #141A4D: hue angle of 233.68º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141A4D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 26 | 77 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.70 |
| HSL | 233.68º | 0.59% | 0.19% | - |
| HSV(B) | 233.68º | 0.74% | 0.3% | - |
| XYZ | 2 | 1.42 | 7.19 | - |
| YUV | 30.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 77 | 0.74 | 0.66 | 0 | 0.70 | 233.68 | 0.59 | 0.19 |
| Hex | 14 | 1A | 4D | 4A | 42 | 0 | 46 | EA | 3B | 13 |
| Octal | 24 | 32 | 115 | 112 | 102 | 0 | 106 | 352 | 73 | 23 |
| Binary | 10100 | 11010 | 1001101 | 1001010 | 1000010 | 0 | 1000110 | 11101010 | 111011 | 10011 |
Color Harmonies of #141A4D
Complementary color
Monochromatic Colors of #141A4D
Black with #141A4D
Text Example
Text Example
White with #141A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A4D; }
p { color: rgb(20,26,77); }
H1.HeaderClassName
{
color: #141A4D;
}
.AnyTagClassName
{
color: #141A4D;
}
</style>
background-color css
<style>
a { background-color: #141A4D; }
a { background-color: rgb(20,26,77); }
div.DivClassName
{
background-color: #141A4D;
}
.BgClassName
{
background-color: #141A4D;
}
</style>
border-color css
<style>
span { border-color: #141A4D; }
span { border-color: rgb(20,26,77); }
td.TdClassName
{
border-color: #141A4D;
}
.TagClassName
{
border-color: #141A4D;
}
</style>