Shades of Midnight Express #1D2537
Tints of Midnight Express #1D2537
RGB
CMYK
RGB Variations
Color information
#1D2537 (or 0x1D2537) is known color: Midnight Express. HEX triplet: 1D, 25 and 37. RGB value is (29,37,55). Sum of RGB (Red+Green+Blue) = 29+37+55=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D2537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2537 is #E2DAC8. Grayscale: #242424. Windows color (decimal): -14867145 or 3613981. OLE color: 3613981.
HSL color Cylindrical-coordinate representation of color #1D2537: hue angle of 221.54º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D2537 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 37 | 55 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.78 |
| HSL | 221.54º | 0.31% | 0.16% | - |
| HSV(B) | 221.54º | 0.47% | 0.22% | - |
| XYZ | 1.86 | 1.86 | 3.88 | - |
| YUV | 36.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 55 | 0.47 | 0.33 | 0 | 0.78 | 221.54 | 0.31 | 0.16 |
| Hex | 1D | 25 | 37 | 2F | 21 | 0 | 4E | DE | 1F | 10 |
| Octal | 35 | 45 | 67 | 57 | 41 | 0 | 116 | 336 | 37 | 20 |
| Binary | 11101 | 100101 | 110111 | 101111 | 100001 | 0 | 1001110 | 11011110 | 11111 | 10000 |
Color Harmonies of #1D2537
Complementary color
Monochromatic Colors of #1D2537
Black with #1D2537
Text Example
Text Example
White with #1D2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2537; }
p { color: rgb(29,37,55); }
H1.HeaderClassName
{
color: #1D2537;
}
.AnyTagClassName
{
color: #1D2537;
}
</style>
background-color css
<style>
a { background-color: #1D2537; }
a { background-color: rgb(29,37,55); }
div.DivClassName
{
background-color: #1D2537;
}
.BgClassName
{
background-color: #1D2537;
}
</style>
border-color css
<style>
span { border-color: #1D2537; }
span { border-color: rgb(29,37,55); }
td.TdClassName
{
border-color: #1D2537;
}
.TagClassName
{
border-color: #1D2537;
}
</style>