Shades of Midnight Express #1D1F40
Tints of Midnight Express #1D1F40
RGB
CMYK
RGB Variations
Color information
#1D1F40 (or 0x1D1F40) is known color: Midnight Express. HEX triplet: 1D, 1F and 40. RGB value is (29,31,64). Sum of RGB (Red+Green+Blue) = 29+31+64=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D1F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1F40 is #E2E0BF. Grayscale: #222222. Windows color (decimal): -14868672 or 4202269. OLE color: 4202269.
HSL color Cylindrical-coordinate representation of color #1D1F40: hue angle of 236.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1F40 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 31 | 64 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.75 |
| HSL | 236.57º | 0.38% | 0.18% | - |
| HSV(B) | 236.57º | 0.55% | 0.25% | - |
| XYZ | 1.92 | 1.61 | 5.06 | - |
| YUV | 34.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 64 | 0.55 | 0.52 | 0 | 0.75 | 236.57 | 0.38 | 0.18 |
| Hex | 1D | 1F | 40 | 37 | 34 | 0 | 4B | ED | 26 | 12 |
| Octal | 35 | 37 | 100 | 67 | 64 | 0 | 113 | 355 | 46 | 22 |
| Binary | 11101 | 11111 | 1000000 | 110111 | 110100 | 0 | 1001011 | 11101101 | 100110 | 10010 |
Color Harmonies of #1D1F40
Complementary color
Monochromatic Colors of #1D1F40
Black with #1D1F40
Text Example
Text Example
White with #1D1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F40; }
p { color: rgb(29,31,64); }
H1.HeaderClassName
{
color: #1D1F40;
}
.AnyTagClassName
{
color: #1D1F40;
}
</style>
background-color css
<style>
a { background-color: #1D1F40; }
a { background-color: rgb(29,31,64); }
div.DivClassName
{
background-color: #1D1F40;
}
.BgClassName
{
background-color: #1D1F40;
}
</style>
border-color css
<style>
span { border-color: #1D1F40; }
span { border-color: rgb(29,31,64); }
td.TdClassName
{
border-color: #1D1F40;
}
.TagClassName
{
border-color: #1D1F40;
}
</style>