Shades of Midnight Express #141C3F
Tints of Midnight Express #141C3F
RGB
CMYK
RGB Variations
Color information
#141C3F (or 0x141C3F) is known color: Midnight Express. HEX triplet: 14, 1C and 3F. RGB value is (20,28,63). Sum of RGB (Red+Green+Blue) = 20+28+63=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #141C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C3F is #EBE3C0. Grayscale: #1D1D1D. Windows color (decimal): -15459265 or 4135956. OLE color: 4135956.
HSL color Cylindrical-coordinate representation of color #141C3F: hue angle of 228.84º 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 #141C3F is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 28 | 63 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.75 |
| HSL | 228.84º | 0.52% | 0.16% | - |
| HSV(B) | 228.84º | 0.68% | 0.25% | - |
| XYZ | 1.6 | 1.34 | 4.88 | - |
| YUV | 29.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 63 | 0.68 | 0.56 | 0 | 0.75 | 228.84 | 0.52 | 0.16 |
| Hex | 14 | 1C | 3F | 44 | 38 | 0 | 4B | E5 | 34 | 10 |
| Octal | 24 | 34 | 77 | 104 | 70 | 0 | 113 | 345 | 64 | 20 |
| Binary | 10100 | 11100 | 111111 | 1000100 | 111000 | 0 | 1001011 | 11100101 | 110100 | 10000 |
Color Harmonies of #141C3F
Complementary color
Monochromatic Colors of #141C3F
Black with #141C3F
Text Example
Text Example
White with #141C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C3F; }
p { color: rgb(20,28,63); }
H1.HeaderClassName
{
color: #141C3F;
}
.AnyTagClassName
{
color: #141C3F;
}
</style>
background-color css
<style>
a { background-color: #141C3F; }
a { background-color: rgb(20,28,63); }
div.DivClassName
{
background-color: #141C3F;
}
.BgClassName
{
background-color: #141C3F;
}
</style>
border-color css
<style>
span { border-color: #141C3F; }
span { border-color: rgb(20,28,63); }
td.TdClassName
{
border-color: #141C3F;
}
.TagClassName
{
border-color: #141C3F;
}
</style>