Shades of Midnight #1D2B40
Tints of Midnight #1D2B40
RGB
CMYK
RGB Variations
Color information
#1D2B40 (or 0x1D2B40) is known color: Midnight. HEX triplet: 1D, 2B and 40. RGB value is (29,43,64). Sum of RGB (Red+Green+Blue) = 29+43+64=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D2B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B40 is #E2D4BF. Grayscale: #292929. Windows color (decimal): -14865600 or 4205341. OLE color: 4205341.
HSL color Cylindrical-coordinate representation of color #1D2B40: hue angle of 216º 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 #1D2B40 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 43 | 64 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.75 |
| HSL | 216º | 0.38% | 0.18% | - |
| HSV(B) | 216º | 0.55% | 0.25% | - |
| XYZ | 2.3 | 2.36 | 5.18 | - |
| YUV | 41.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 64 | 0.55 | 0.33 | 0 | 0.75 | 216 | 0.38 | 0.18 |
| Hex | 1D | 2B | 40 | 37 | 21 | 0 | 4B | D8 | 26 | 12 |
| Octal | 35 | 53 | 100 | 67 | 41 | 0 | 113 | 330 | 46 | 22 |
| Binary | 11101 | 101011 | 1000000 | 110111 | 100001 | 0 | 1001011 | 11011000 | 100110 | 10010 |
Color Harmonies of #1D2B40
Complementary color
Monochromatic Colors of #1D2B40
Black with #1D2B40
Text Example
Text Example
White with #1D2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2B40; }
p { color: rgb(29,43,64); }
H1.HeaderClassName
{
color: #1D2B40;
}
.AnyTagClassName
{
color: #1D2B40;
}
</style>
background-color css
<style>
a { background-color: #1D2B40; }
a { background-color: rgb(29,43,64); }
div.DivClassName
{
background-color: #1D2B40;
}
.BgClassName
{
background-color: #1D2B40;
}
</style>
border-color css
<style>
span { border-color: #1D2B40; }
span { border-color: rgb(29,43,64); }
td.TdClassName
{
border-color: #1D2B40;
}
.TagClassName
{
border-color: #1D2B40;
}
</style>