Shades of Midnight #1D3049
Tints of Midnight #1D3049
RGB
CMYK
RGB Variations
Color information
#1D3049 (or 0x1D3049) is known color: Midnight. HEX triplet: 1D, 30 and 49. RGB value is (29,48,73). Sum of RGB (Red+Green+Blue) = 29+48+73=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D3049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3049 is #E2CFB6. Grayscale: #2D2D2D. Windows color (decimal): -14864311 or 4796445. OLE color: 4796445.
HSL color Cylindrical-coordinate representation of color #1D3049: hue angle of 214.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3049 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 48 | 73 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.71 |
| HSL | 214.09º | 0.43% | 0.2% | - |
| HSV(B) | 214.09º | 0.6% | 0.29% | - |
| XYZ | 2.77 | 2.86 | 6.71 | - |
| YUV | 45.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 73 | 0.60 | 0.34 | 0 | 0.71 | 214.09 | 0.43 | 0.2 |
| Hex | 1D | 30 | 49 | 3C | 22 | 0 | 47 | D6 | 2B | 14 |
| Octal | 35 | 60 | 111 | 74 | 42 | 0 | 107 | 326 | 53 | 24 |
| Binary | 11101 | 110000 | 1001001 | 111100 | 100010 | 0 | 1000111 | 11010110 | 101011 | 10100 |
Color Harmonies of #1D3049
Complementary color
Monochromatic Colors of #1D3049
Black with #1D3049
Text Example
Text Example
White with #1D3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3049; }
p { color: rgb(29,48,73); }
H1.HeaderClassName
{
color: #1D3049;
}
.AnyTagClassName
{
color: #1D3049;
}
</style>
background-color css
<style>
a { background-color: #1D3049; }
a { background-color: rgb(29,48,73); }
div.DivClassName
{
background-color: #1D3049;
}
.BgClassName
{
background-color: #1D3049;
}
</style>
border-color css
<style>
span { border-color: #1D3049; }
span { border-color: rgb(29,48,73); }
td.TdClassName
{
border-color: #1D3049;
}
.TagClassName
{
border-color: #1D3049;
}
</style>