Shades of Midnight Express #1D263D
Tints of Midnight Express #1D263D
RGB
CMYK
RGB Variations
Color information
#1D263D (or 0x1D263D) is known color: Midnight Express. HEX triplet: 1D, 26 and 3D. RGB value is (29,38,61). Sum of RGB (Red+Green+Blue) = 29+38+61=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D263D is #E2D9C2. Grayscale: #252525. Windows color (decimal): -14866883 or 4007453. OLE color: 4007453.
HSL color Cylindrical-coordinate representation of color #1D263D: hue angle of 223.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D263D is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 38 | 61 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.76 |
| HSL | 223.13º | 0.36% | 0.18% | - |
| HSV(B) | 223.13º | 0.52% | 0.24% | - |
| XYZ | 2.04 | 1.98 | 4.69 | - |
| YUV | 37.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 61 | 0.52 | 0.38 | 0 | 0.76 | 223.13 | 0.36 | 0.18 |
| Hex | 1D | 26 | 3D | 34 | 26 | 0 | 4C | DF | 24 | 12 |
| Octal | 35 | 46 | 75 | 64 | 46 | 0 | 114 | 337 | 44 | 22 |
| Binary | 11101 | 100110 | 111101 | 110100 | 100110 | 0 | 1001100 | 11011111 | 100100 | 10010 |
Color Harmonies of #1D263D
Complementary color
Monochromatic Colors of #1D263D
Black with #1D263D
Text Example
Text Example
White with #1D263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D263D; }
p { color: rgb(29,38,61); }
H1.HeaderClassName
{
color: #1D263D;
}
.AnyTagClassName
{
color: #1D263D;
}
</style>
background-color css
<style>
a { background-color: #1D263D; }
a { background-color: rgb(29,38,61); }
div.DivClassName
{
background-color: #1D263D;
}
.BgClassName
{
background-color: #1D263D;
}
</style>
border-color css
<style>
span { border-color: #1D263D; }
span { border-color: rgb(29,38,61); }
td.TdClassName
{
border-color: #1D263D;
}
.TagClassName
{
border-color: #1D263D;
}
</style>