Shades of Midnight Express #1D2547
Tints of Midnight Express #1D2547
RGB
CMYK
RGB Variations
Color information
#1D2547 (or 0x1D2547) is known color: Midnight Express. HEX triplet: 1D, 25 and 47. RGB value is (29,37,71). Sum of RGB (Red+Green+Blue) = 29+37+71=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2547 is #E2DAB8. Grayscale: #262626. Windows color (decimal): -14867129 or 4662557. OLE color: 4662557.
HSL color Cylindrical-coordinate representation of color #1D2547: hue angle of 228.57º 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 #1D2547 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 37 | 71 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.72 |
| HSL | 228.57º | 0.42% | 0.2% | - |
| HSV(B) | 228.57º | 0.59% | 0.28% | - |
| XYZ | 2.31 | 2.04 | 6.23 | - |
| YUV | 38.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 71 | 0.59 | 0.48 | 0 | 0.72 | 228.57 | 0.42 | 0.2 |
| Hex | 1D | 25 | 47 | 3B | 30 | 0 | 48 | E5 | 2A | 14 |
| Octal | 35 | 45 | 107 | 73 | 60 | 0 | 110 | 345 | 52 | 24 |
| Binary | 11101 | 100101 | 1000111 | 111011 | 110000 | 0 | 1001000 | 11100101 | 101010 | 10100 |
Color Harmonies of #1D2547
Complementary color
Monochromatic Colors of #1D2547
Black with #1D2547
Text Example
Text Example
White with #1D2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2547; }
p { color: rgb(29,37,71); }
H1.HeaderClassName
{
color: #1D2547;
}
.AnyTagClassName
{
color: #1D2547;
}
</style>
background-color css
<style>
a { background-color: #1D2547; }
a { background-color: rgb(29,37,71); }
div.DivClassName
{
background-color: #1D2547;
}
.BgClassName
{
background-color: #1D2547;
}
</style>
border-color css
<style>
span { border-color: #1D2547; }
span { border-color: rgb(29,37,71); }
td.TdClassName
{
border-color: #1D2547;
}
.TagClassName
{
border-color: #1D2547;
}
</style>