Shades of Midnight Express #1D2947
Tints of Midnight Express #1D2947
RGB
CMYK
RGB Variations
Color information
#1D2947 (or 0x1D2947) is known color: Midnight Express. HEX triplet: 1D, 29 and 47. RGB value is (29,41,71). Sum of RGB (Red+Green+Blue) = 29+41+71=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2947 is #E2D6B8. Grayscale: #282828. Windows color (decimal): -14866105 or 4663581. OLE color: 4663581.
HSL color Cylindrical-coordinate representation of color #1D2947: hue angle of 222.86º 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 #1D2947 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 41 | 71 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.72 |
| HSL | 222.86º | 0.42% | 0.2% | - |
| HSV(B) | 222.86º | 0.59% | 0.28% | - |
| XYZ | 2.44 | 2.3 | 6.28 | - |
| YUV | 40.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 71 | 0.59 | 0.42 | 0 | 0.72 | 222.86 | 0.42 | 0.2 |
| Hex | 1D | 29 | 47 | 3B | 2A | 0 | 48 | DF | 2A | 14 |
| Octal | 35 | 51 | 107 | 73 | 52 | 0 | 110 | 337 | 52 | 24 |
| Binary | 11101 | 101001 | 1000111 | 111011 | 101010 | 0 | 1001000 | 11011111 | 101010 | 10100 |
Color Harmonies of #1D2947
Complementary color
Monochromatic Colors of #1D2947
Black with #1D2947
Text Example
Text Example
White with #1D2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2947; }
p { color: rgb(29,41,71); }
H1.HeaderClassName
{
color: #1D2947;
}
.AnyTagClassName
{
color: #1D2947;
}
</style>
background-color css
<style>
a { background-color: #1D2947; }
a { background-color: rgb(29,41,71); }
div.DivClassName
{
background-color: #1D2947;
}
.BgClassName
{
background-color: #1D2947;
}
</style>
border-color css
<style>
span { border-color: #1D2947; }
span { border-color: rgb(29,41,71); }
td.TdClassName
{
border-color: #1D2947;
}
.TagClassName
{
border-color: #1D2947;
}
</style>