Shades of Midnight Express #141C41
Tints of Midnight Express #141C41
RGB
CMYK
RGB Variations
Color information
#141C41 (or 0x141C41) is known color: Midnight Express. HEX triplet: 14, 1C and 41. RGB value is (20,28,65). Sum of RGB (Red+Green+Blue) = 20+28+65=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #141C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C41 is #EBE3BE. Grayscale: #1D1D1D. Windows color (decimal): -15459263 or 4267028. OLE color: 4267028.
HSL color Cylindrical-coordinate representation of color #141C41: hue angle of 229.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141C41 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 28 | 65 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.75 |
| HSL | 229.33º | 0.53% | 0.17% | - |
| HSV(B) | 229.33º | 0.69% | 0.25% | - |
| XYZ | 1.66 | 1.36 | 5.18 | - |
| YUV | 29.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 65 | 0.69 | 0.57 | 0 | 0.75 | 229.33 | 0.53 | 0.17 |
| Hex | 14 | 1C | 41 | 45 | 39 | 0 | 4B | E5 | 35 | 11 |
| Octal | 24 | 34 | 101 | 105 | 71 | 0 | 113 | 345 | 65 | 21 |
| Binary | 10100 | 11100 | 1000001 | 1000101 | 111001 | 0 | 1001011 | 11100101 | 110101 | 10001 |
Color Harmonies of #141C41
Complementary color
Monochromatic Colors of #141C41
Black with #141C41
Text Example
Text Example
White with #141C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C41; }
p { color: rgb(20,28,65); }
H1.HeaderClassName
{
color: #141C41;
}
.AnyTagClassName
{
color: #141C41;
}
</style>
background-color css
<style>
a { background-color: #141C41; }
a { background-color: rgb(20,28,65); }
div.DivClassName
{
background-color: #141C41;
}
.BgClassName
{
background-color: #141C41;
}
</style>
border-color css
<style>
span { border-color: #141C41; }
span { border-color: rgb(20,28,65); }
td.TdClassName
{
border-color: #141C41;
}
.TagClassName
{
border-color: #141C41;
}
</style>