Shades of Midnight Blue #1D1571
Tints of Midnight Blue #1D1571
RGB
CMYK
RGB Variations
Color information
#1D1571 (or 0x1D1571) is known color: Midnight Blue. HEX triplet: 1D, 15 and 71. RGB value is (29,21,113). Sum of RGB (Red+Green+Blue) = 29+21+113=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D1571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1571 is #E2EA8E. Grayscale: #212121. Windows color (decimal): -14871183 or 7410973. OLE color: 7410973.
HSL color Cylindrical-coordinate representation of color #1D1571: hue angle of 245.22º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1571 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 21 | 113 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.56 |
| HSL | 245.22º | 0.69% | 0.26% | - |
| HSV(B) | 245.22º | 0.81% | 0.44% | - |
| XYZ | 3.76 | 1.99 | 15.81 | - |
| YUV | 33.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 113 | 0.74 | 0.81 | 0 | 0.56 | 245.22 | 0.69 | 0.26 |
| Hex | 1D | 15 | 71 | 4A | 51 | 0 | 38 | F5 | 45 | 1A |
| Octal | 35 | 25 | 161 | 112 | 121 | 0 | 70 | 365 | 105 | 32 |
| Binary | 11101 | 10101 | 1110001 | 1001010 | 1010001 | 0 | 111000 | 11110101 | 1000101 | 11010 |
Color Harmonies of #1D1571
Complementary color
Monochromatic Colors of #1D1571
Black with #1D1571
Text Example
Text Example
White with #1D1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1571; }
p { color: rgb(29,21,113); }
H1.HeaderClassName
{
color: #1D1571;
}
.AnyTagClassName
{
color: #1D1571;
}
</style>
background-color css
<style>
a { background-color: #1D1571; }
a { background-color: rgb(29,21,113); }
div.DivClassName
{
background-color: #1D1571;
}
.BgClassName
{
background-color: #1D1571;
}
</style>
border-color css
<style>
span { border-color: #1D1571; }
span { border-color: rgb(29,21,113); }
td.TdClassName
{
border-color: #1D1571;
}
.TagClassName
{
border-color: #1D1571;
}
</style>