Shades of Midnight Express #1D1E3E
Tints of Midnight Express #1D1E3E
RGB
CMYK
RGB Variations
Color information
#1D1E3E (or 0x1D1E3E) is known color: Midnight Express. HEX triplet: 1D, 1E and 3E. RGB value is (29,30,62). Sum of RGB (Red+Green+Blue) = 29+30+62=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D1E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E3E is #E2E1C1. Grayscale: #212121. Windows color (decimal): -14868930 or 4070941. OLE color: 4070941.
HSL color Cylindrical-coordinate representation of color #1D1E3E: hue angle of 238.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D1E3E is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 29 | 30 | 62 | - |
CMYK | 0.53 | 0.52 | 0 | 0.76 |
HSL | 238.18º | 0.36% | 0.18% | - |
HSV(B) | 238.18º | 0.53% | 0.24% | - |
XYZ | 1.84 | 1.54 | 4.76 | - |
YUV | 33.35 | 144.17 | 124.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 30 | 62 | 0.53 | 0.52 | 0 | 0.76 | 238.18 | 0.36 | 0.18 |
Hex | 1D | 1E | 3E | 35 | 34 | 0 | 4C | EE | 24 | 12 |
Octal | 35 | 36 | 76 | 65 | 64 | 0 | 114 | 356 | 44 | 22 |
Binary | 11101 | 11110 | 111110 | 110101 | 110100 | 0 | 1001100 | 11101110 | 100100 | 10010 |
Color Harmonies of #1D1E3E
Complementary color
Monochromatic Colors of #1D1E3E
Black with #1D1E3E
Text Example
Text Example
White with #1D1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E3E; }
p { color: rgb(29,30,62); }
H1.HeaderClassName
{
color: #1D1E3E;
}
.AnyTagClassName
{
color: #1D1E3E;
}
</style>
background-color css
<style>
a { background-color: #1D1E3E; }
a { background-color: rgb(29,30,62); }
div.DivClassName
{
background-color: #1D1E3E;
}
.BgClassName
{
background-color: #1D1E3E;
}
</style>
border-color css
<style>
span { border-color: #1D1E3E; }
span { border-color: rgb(29,30,62); }
td.TdClassName
{
border-color: #1D1E3E;
}
.TagClassName
{
border-color: #1D1E3E;
}
</style>