Shades of Midnight Express #1D2A47
Tints of Midnight Express #1D2A47
RGB
CMYK
RGB Variations
Color information
#1D2A47 (or 0x1D2A47) is known color: Midnight Express. HEX triplet: 1D, 2A and 47. RGB value is (29,42,71). Sum of RGB (Red+Green+Blue) = 29+42+71=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2A47 is #E2D5B8. Grayscale: #292929. Windows color (decimal): -14865849 or 4663837. OLE color: 4663837.
HSL color Cylindrical-coordinate representation of color #1D2A47: hue angle of 221.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D2A47 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 42 | 71 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.72 |
| HSL | 221.43º | 0.42% | 0.2% | - |
| HSV(B) | 221.43º | 0.59% | 0.28% | - |
| XYZ | 2.47 | 2.37 | 6.29 | - |
| YUV | 41.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 71 | 0.59 | 0.41 | 0 | 0.72 | 221.43 | 0.42 | 0.2 |
| Hex | 1D | 2A | 47 | 3B | 29 | 0 | 48 | DD | 2A | 14 |
| Octal | 35 | 52 | 107 | 73 | 51 | 0 | 110 | 335 | 52 | 24 |
| Binary | 11101 | 101010 | 1000111 | 111011 | 101001 | 0 | 1001000 | 11011101 | 101010 | 10100 |
Color Harmonies of #1D2A47
Complementary color
Monochromatic Colors of #1D2A47
Black with #1D2A47
Text Example
Text Example
White with #1D2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A47; }
p { color: rgb(29,42,71); }
H1.HeaderClassName
{
color: #1D2A47;
}
.AnyTagClassName
{
color: #1D2A47;
}
</style>
background-color css
<style>
a { background-color: #1D2A47; }
a { background-color: rgb(29,42,71); }
div.DivClassName
{
background-color: #1D2A47;
}
.BgClassName
{
background-color: #1D2A47;
}
</style>
border-color css
<style>
span { border-color: #1D2A47; }
span { border-color: rgb(29,42,71); }
td.TdClassName
{
border-color: #1D2A47;
}
.TagClassName
{
border-color: #1D2A47;
}
</style>