Shades of Midnight Blue #1D2471
Tints of Midnight Blue #1D2471
RGB
CMYK
RGB Variations
Color information
#1D2471 (or 0x1D2471) is known color: Midnight Blue. HEX triplet: 1D, 24 and 71. RGB value is (29,36,113). Sum of RGB (Red+Green+Blue) = 29+36+113=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2471 is #E2DB8E. Grayscale: #2A2A2A. Windows color (decimal): -14867343 or 7414813. OLE color: 7414813.
HSL color Cylindrical-coordinate representation of color #1D2471: hue angle of 235º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D2471 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 36 | 113 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.56 |
| HSL | 235º | 0.59% | 0.28% | - |
| HSV(B) | 235º | 0.74% | 0.44% | - |
| XYZ | 4.12 | 2.72 | 15.93 | - |
| YUV | 42.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 113 | 0.74 | 0.68 | 0 | 0.56 | 235 | 0.59 | 0.28 |
| Hex | 1D | 24 | 71 | 4A | 44 | 0 | 38 | EB | 3B | 1C |
| Octal | 35 | 44 | 161 | 112 | 104 | 0 | 70 | 353 | 73 | 34 |
| Binary | 11101 | 100100 | 1110001 | 1001010 | 1000100 | 0 | 111000 | 11101011 | 111011 | 11100 |
Color Harmonies of #1D2471
Complementary color
Monochromatic Colors of #1D2471
Black with #1D2471
Text Example
Text Example
White with #1D2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2471; }
p { color: rgb(29,36,113); }
H1.HeaderClassName
{
color: #1D2471;
}
.AnyTagClassName
{
color: #1D2471;
}
</style>
background-color css
<style>
a { background-color: #1D2471; }
a { background-color: rgb(29,36,113); }
div.DivClassName
{
background-color: #1D2471;
}
.BgClassName
{
background-color: #1D2471;
}
</style>
border-color css
<style>
span { border-color: #1D2471; }
span { border-color: rgb(29,36,113); }
td.TdClassName
{
border-color: #1D2471;
}
.TagClassName
{
border-color: #1D2471;
}
</style>