Shades of Midnight Express #141C3C
Tints of Midnight Express #141C3C
RGB
CMYK
RGB Variations
Color information
#141C3C (or 0x141C3C) is known color: Midnight Express. HEX triplet: 14, 1C and 3C. RGB value is (20,28,60). Sum of RGB (Red+Green+Blue) = 20+28+60=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #141C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C3C is #EBE3C3. Grayscale: #1D1D1D. Windows color (decimal): -15459268 or 3939348. OLE color: 3939348.
HSL color Cylindrical-coordinate representation of color #141C3C: hue angle of 228º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141C3C is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 28 | 60 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.76 |
| HSL | 228º | 0.5% | 0.16% | - |
| HSV(B) | 228º | 0.67% | 0.24% | - |
| XYZ | 1.52 | 1.31 | 4.45 | - |
| YUV | 29.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 60 | 0.67 | 0.53 | 0 | 0.76 | 228 | 0.5 | 0.16 |
| Hex | 14 | 1C | 3C | 43 | 35 | 0 | 4C | E4 | 32 | 10 |
| Octal | 24 | 34 | 74 | 103 | 65 | 0 | 114 | 344 | 62 | 20 |
| Binary | 10100 | 11100 | 111100 | 1000011 | 110101 | 0 | 1001100 | 11100100 | 110010 | 10000 |
Color Harmonies of #141C3C
Complementary color
Monochromatic Colors of #141C3C
Black with #141C3C
Text Example
Text Example
White with #141C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C3C; }
p { color: rgb(20,28,60); }
H1.HeaderClassName
{
color: #141C3C;
}
.AnyTagClassName
{
color: #141C3C;
}
</style>
background-color css
<style>
a { background-color: #141C3C; }
a { background-color: rgb(20,28,60); }
div.DivClassName
{
background-color: #141C3C;
}
.BgClassName
{
background-color: #141C3C;
}
</style>
border-color css
<style>
span { border-color: #141C3C; }
span { border-color: rgb(20,28,60); }
td.TdClassName
{
border-color: #141C3C;
}
.TagClassName
{
border-color: #141C3C;
}
</style>