Shades of Midnight #1D3047
Tints of Midnight #1D3047
RGB
CMYK
RGB Variations
Color information
#1D3047 (or 0x1D3047) is known color: Midnight. HEX triplet: 1D, 30 and 47. RGB value is (29,48,71). Sum of RGB (Red+Green+Blue) = 29+48+71=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3047 is #E2CFB8. Grayscale: #2C2C2C. Windows color (decimal): -14864313 or 4665373. OLE color: 4665373.
HSL color Cylindrical-coordinate representation of color #1D3047: hue angle of 212.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 #1D3047 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 48 | 71 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.72 |
| HSL | 212.86º | 0.42% | 0.2% | - |
| HSV(B) | 212.86º | 0.59% | 0.28% | - |
| XYZ | 2.7 | 2.83 | 6.37 | - |
| YUV | 44.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 71 | 0.59 | 0.32 | 0 | 0.72 | 212.86 | 0.42 | 0.2 |
| Hex | 1D | 30 | 47 | 3B | 20 | 0 | 48 | D5 | 2A | 14 |
| Octal | 35 | 60 | 107 | 73 | 40 | 0 | 110 | 325 | 52 | 24 |
| Binary | 11101 | 110000 | 1000111 | 111011 | 100000 | 0 | 1001000 | 11010101 | 101010 | 10100 |
Color Harmonies of #1D3047
Complementary color
Monochromatic Colors of #1D3047
Black with #1D3047
Text Example
Text Example
White with #1D3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3047; }
p { color: rgb(29,48,71); }
H1.HeaderClassName
{
color: #1D3047;
}
.AnyTagClassName
{
color: #1D3047;
}
</style>
background-color css
<style>
a { background-color: #1D3047; }
a { background-color: rgb(29,48,71); }
div.DivClassName
{
background-color: #1D3047;
}
.BgClassName
{
background-color: #1D3047;
}
</style>
border-color css
<style>
span { border-color: #1D3047; }
span { border-color: rgb(29,48,71); }
td.TdClassName
{
border-color: #1D3047;
}
.TagClassName
{
border-color: #1D3047;
}
</style>