Shades of Midnight Blue #1D2171
Tints of Midnight Blue #1D2171
RGB
CMYK
RGB Variations
Color information
#1D2171 (or 0x1D2171) is known color: Midnight Blue. HEX triplet: 1D, 21 and 71. RGB value is (29,33,113). Sum of RGB (Red+Green+Blue) = 29+33+113=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D2171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2171 is #E2DE8E. Grayscale: #282828. Windows color (decimal): -14868111 or 7414045. OLE color: 7414045.
HSL color Cylindrical-coordinate representation of color #1D2171: hue angle of 237.14º 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 #1D2171 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 33 | 113 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.56 |
| HSL | 237.14º | 0.59% | 0.28% | - |
| HSV(B) | 237.14º | 0.74% | 0.44% | - |
| XYZ | 4.03 | 2.54 | 15.9 | - |
| YUV | 40.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 113 | 0.74 | 0.71 | 0 | 0.56 | 237.14 | 0.59 | 0.28 |
| Hex | 1D | 21 | 71 | 4A | 47 | 0 | 38 | ED | 3B | 1C |
| Octal | 35 | 41 | 161 | 112 | 107 | 0 | 70 | 355 | 73 | 34 |
| Binary | 11101 | 100001 | 1110001 | 1001010 | 1000111 | 0 | 111000 | 11101101 | 111011 | 11100 |
Color Harmonies of #1D2171
Complementary color
Monochromatic Colors of #1D2171
Black with #1D2171
Text Example
Text Example
White with #1D2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2171; }
p { color: rgb(29,33,113); }
H1.HeaderClassName
{
color: #1D2171;
}
.AnyTagClassName
{
color: #1D2171;
}
</style>
background-color css
<style>
a { background-color: #1D2171; }
a { background-color: rgb(29,33,113); }
div.DivClassName
{
background-color: #1D2171;
}
.BgClassName
{
background-color: #1D2171;
}
</style>
border-color css
<style>
span { border-color: #1D2171; }
span { border-color: rgb(29,33,113); }
td.TdClassName
{
border-color: #1D2171;
}
.TagClassName
{
border-color: #1D2171;
}
</style>