Shades of Midnight Express #141F3F
Tints of Midnight Express #141F3F
RGB
CMYK
RGB Variations
Color information
#141F3F (or 0x141F3F) is known color: Midnight Express. HEX triplet: 14, 1F and 3F. RGB value is (20,31,63). Sum of RGB (Red+Green+Blue) = 20+31+63=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #141F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F3F is #EBE0C0. Grayscale: #1F1F1F. Windows color (decimal): -15458497 or 4136724. OLE color: 4136724.
HSL color Cylindrical-coordinate representation of color #141F3F: hue angle of 224.65º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141F3F is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 31 | 63 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.75 |
| HSL | 224.65º | 0.52% | 0.16% | - |
| HSV(B) | 224.65º | 0.68% | 0.25% | - |
| XYZ | 1.68 | 1.49 | 4.9 | - |
| YUV | 31.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 63 | 0.68 | 0.51 | 0 | 0.75 | 224.65 | 0.52 | 0.16 |
| Hex | 14 | 1F | 3F | 44 | 33 | 0 | 4B | E1 | 34 | 10 |
| Octal | 24 | 37 | 77 | 104 | 63 | 0 | 113 | 341 | 64 | 20 |
| Binary | 10100 | 11111 | 111111 | 1000100 | 110011 | 0 | 1001011 | 11100001 | 110100 | 10000 |
Color Harmonies of #141F3F
Complementary color
Monochromatic Colors of #141F3F
Black with #141F3F
Text Example
Text Example
White with #141F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F3F; }
p { color: rgb(20,31,63); }
H1.HeaderClassName
{
color: #141F3F;
}
.AnyTagClassName
{
color: #141F3F;
}
</style>
background-color css
<style>
a { background-color: #141F3F; }
a { background-color: rgb(20,31,63); }
div.DivClassName
{
background-color: #141F3F;
}
.BgClassName
{
background-color: #141F3F;
}
</style>
border-color css
<style>
span { border-color: #141F3F; }
span { border-color: rgb(20,31,63); }
td.TdClassName
{
border-color: #141F3F;
}
.TagClassName
{
border-color: #141F3F;
}
</style>