Shades of Midnight Express #1D203F
Tints of Midnight Express #1D203F
RGB
CMYK
RGB Variations
Color information
#1D203F (or 0x1D203F) is known color: Midnight Express. HEX triplet: 1D, 20 and 3F. RGB value is (29,32,63). Sum of RGB (Red+Green+Blue) = 29+32+63=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D203F is #E2DFC0. Grayscale: #222222. Windows color (decimal): -14868417 or 4136989. OLE color: 4136989.
HSL color Cylindrical-coordinate representation of color #1D203F: hue angle of 234.71º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D203F is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 32 | 63 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.75 |
| HSL | 234.71º | 0.37% | 0.18% | - |
| HSV(B) | 234.71º | 0.54% | 0.25% | - |
| XYZ | 1.92 | 1.65 | 4.92 | - |
| YUV | 34.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 63 | 0.54 | 0.49 | 0 | 0.75 | 234.71 | 0.37 | 0.18 |
| Hex | 1D | 20 | 3F | 36 | 31 | 0 | 4B | EB | 25 | 12 |
| Octal | 35 | 40 | 77 | 66 | 61 | 0 | 113 | 353 | 45 | 22 |
| Binary | 11101 | 100000 | 111111 | 110110 | 110001 | 0 | 1001011 | 11101011 | 100101 | 10010 |
Color Harmonies of #1D203F
Complementary color
Monochromatic Colors of #1D203F
Black with #1D203F
Text Example
Text Example
White with #1D203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D203F; }
p { color: rgb(29,32,63); }
H1.HeaderClassName
{
color: #1D203F;
}
.AnyTagClassName
{
color: #1D203F;
}
</style>
background-color css
<style>
a { background-color: #1D203F; }
a { background-color: rgb(29,32,63); }
div.DivClassName
{
background-color: #1D203F;
}
.BgClassName
{
background-color: #1D203F;
}
</style>
border-color css
<style>
span { border-color: #1D203F; }
span { border-color: rgb(29,32,63); }
td.TdClassName
{
border-color: #1D203F;
}
.TagClassName
{
border-color: #1D203F;
}
</style>