Shades of Midnight #1D2F47
Tints of Midnight #1D2F47
RGB
CMYK
RGB Variations
Color information
#1D2F47 (or 0x1D2F47) is known color: Midnight. HEX triplet: 1D, 2F and 47. RGB value is (29,47,71). Sum of RGB (Red+Green+Blue) = 29+47+71=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F47 is #E2D0B8. Grayscale: #2C2C2C. Windows color (decimal): -14864569 or 4665117. OLE color: 4665117.
HSL color Cylindrical-coordinate representation of color #1D2F47: hue angle of 214.29º 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 #1D2F47 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 47 | 71 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.72 |
| HSL | 214.29º | 0.42% | 0.2% | - |
| HSV(B) | 214.29º | 0.59% | 0.28% | - |
| XYZ | 2.66 | 2.75 | 6.35 | - |
| YUV | 44.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 71 | 0.59 | 0.34 | 0 | 0.72 | 214.29 | 0.42 | 0.2 |
| Hex | 1D | 2F | 47 | 3B | 22 | 0 | 48 | D6 | 2A | 14 |
| Octal | 35 | 57 | 107 | 73 | 42 | 0 | 110 | 326 | 52 | 24 |
| Binary | 11101 | 101111 | 1000111 | 111011 | 100010 | 0 | 1001000 | 11010110 | 101010 | 10100 |
Color Harmonies of #1D2F47
Complementary color
Monochromatic Colors of #1D2F47
Black with #1D2F47
Text Example
Text Example
White with #1D2F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F47; }
p { color: rgb(29,47,71); }
H1.HeaderClassName
{
color: #1D2F47;
}
.AnyTagClassName
{
color: #1D2F47;
}
</style>
background-color css
<style>
a { background-color: #1D2F47; }
a { background-color: rgb(29,47,71); }
div.DivClassName
{
background-color: #1D2F47;
}
.BgClassName
{
background-color: #1D2F47;
}
</style>
border-color css
<style>
span { border-color: #1D2F47; }
span { border-color: rgb(29,47,71); }
td.TdClassName
{
border-color: #1D2F47;
}
.TagClassName
{
border-color: #1D2F47;
}
</style>