Shades of Midnight Express #1D2236
Tints of Midnight Express #1D2236
RGB
CMYK
RGB Variations
Color information
#1D2236 (or 0x1D2236) is known color: Midnight Express. HEX triplet: 1D, 22 and 36. RGB value is (29,34,54). Sum of RGB (Red+Green+Blue) = 29+34+54=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2236 is #E2DDC9. Grayscale: #222222. Windows color (decimal): -14867914 or 3547677. OLE color: 3547677.
HSL color Cylindrical-coordinate representation of color #1D2236: hue angle of 228º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D2236 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 34 | 54 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.79 |
| HSL | 228º | 0.3% | 0.16% | - |
| HSV(B) | 228º | 0.46% | 0.21% | - |
| XYZ | 1.74 | 1.67 | 3.72 | - |
| YUV | 34.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 54 | 0.46 | 0.37 | 0 | 0.79 | 228 | 0.3 | 0.16 |
| Hex | 1D | 22 | 36 | 2E | 25 | 0 | 4F | E4 | 1E | 10 |
| Octal | 35 | 42 | 66 | 56 | 45 | 0 | 117 | 344 | 36 | 20 |
| Binary | 11101 | 100010 | 110110 | 101110 | 100101 | 0 | 1001111 | 11100100 | 11110 | 10000 |
Color Harmonies of #1D2236
Complementary color
Monochromatic Colors of #1D2236
Black with #1D2236
Text Example
Text Example
White with #1D2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2236; }
p { color: rgb(29,34,54); }
H1.HeaderClassName
{
color: #1D2236;
}
.AnyTagClassName
{
color: #1D2236;
}
</style>
background-color css
<style>
a { background-color: #1D2236; }
a { background-color: rgb(29,34,54); }
div.DivClassName
{
background-color: #1D2236;
}
.BgClassName
{
background-color: #1D2236;
}
</style>
border-color css
<style>
span { border-color: #1D2236; }
span { border-color: rgb(29,34,54); }
td.TdClassName
{
border-color: #1D2236;
}
.TagClassName
{
border-color: #1D2236;
}
</style>