Shades of Midnight Express #141F3C
Tints of Midnight Express #141F3C
RGB
CMYK
RGB Variations
Color information
#141F3C (or 0x141F3C) is known color: Midnight Express. HEX triplet: 14, 1F and 3C. RGB value is (20,31,60). Sum of RGB (Red+Green+Blue) = 20+31+60=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #141F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F3C is #EBE0C3. Grayscale: #1E1E1E. Windows color (decimal): -15458500 or 3940116. OLE color: 3940116.
HSL color Cylindrical-coordinate representation of color #141F3C: hue angle of 223.5º 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 #141F3C is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 31 | 60 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.76 |
| HSL | 223.5º | 0.5% | 0.16% | - |
| HSV(B) | 223.5º | 0.67% | 0.24% | - |
| XYZ | 1.59 | 1.45 | 4.47 | - |
| YUV | 31.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 60 | 0.67 | 0.48 | 0 | 0.76 | 223.5 | 0.5 | 0.16 |
| Hex | 14 | 1F | 3C | 43 | 30 | 0 | 4C | E0 | 32 | 10 |
| Octal | 24 | 37 | 74 | 103 | 60 | 0 | 114 | 340 | 62 | 20 |
| Binary | 10100 | 11111 | 111100 | 1000011 | 110000 | 0 | 1001100 | 11100000 | 110010 | 10000 |
Color Harmonies of #141F3C
Complementary color
Monochromatic Colors of #141F3C
Black with #141F3C
Text Example
Text Example
White with #141F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F3C; }
p { color: rgb(20,31,60); }
H1.HeaderClassName
{
color: #141F3C;
}
.AnyTagClassName
{
color: #141F3C;
}
</style>
background-color css
<style>
a { background-color: #141F3C; }
a { background-color: rgb(20,31,60); }
div.DivClassName
{
background-color: #141F3C;
}
.BgClassName
{
background-color: #141F3C;
}
</style>
border-color css
<style>
span { border-color: #141F3C; }
span { border-color: rgb(20,31,60); }
td.TdClassName
{
border-color: #141F3C;
}
.TagClassName
{
border-color: #141F3C;
}
</style>