Shades of Midnight Blue #1D1E70
Tints of Midnight Blue #1D1E70
RGB
CMYK
RGB Variations
Color information
#1D1E70 (or 0x1D1E70) is known color: Midnight Blue. HEX triplet: 1D, 1E and 70. RGB value is (29,30,112). Sum of RGB (Red+Green+Blue) = 29+30+112=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D1E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1E70 is #E2E18F. Grayscale: #262626. Windows color (decimal): -14868880 or 7347741. OLE color: 7347741.
HSL color Cylindrical-coordinate representation of color #1D1E70: hue angle of 239.28º 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 #1D1E70 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 30 | 112 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.56 |
| HSL | 239.28º | 0.59% | 0.28% | - |
| HSV(B) | 239.28º | 0.74% | 0.44% | - |
| XYZ | 3.9 | 2.36 | 15.58 | - |
| YUV | 39.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 112 | 0.74 | 0.73 | 0 | 0.56 | 239.28 | 0.59 | 0.28 |
| Hex | 1D | 1E | 70 | 4A | 49 | 0 | 38 | EF | 3B | 1C |
| Octal | 35 | 36 | 160 | 112 | 111 | 0 | 70 | 357 | 73 | 34 |
| Binary | 11101 | 11110 | 1110000 | 1001010 | 1001001 | 0 | 111000 | 11101111 | 111011 | 11100 |
Color Harmonies of #1D1E70
Complementary color
Monochromatic Colors of #1D1E70
Black with #1D1E70
Text Example
Text Example
White with #1D1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E70; }
p { color: rgb(29,30,112); }
H1.HeaderClassName
{
color: #1D1E70;
}
.AnyTagClassName
{
color: #1D1E70;
}
</style>
background-color css
<style>
a { background-color: #1D1E70; }
a { background-color: rgb(29,30,112); }
div.DivClassName
{
background-color: #1D1E70;
}
.BgClassName
{
background-color: #1D1E70;
}
</style>
border-color css
<style>
span { border-color: #1D1E70; }
span { border-color: rgb(29,30,112); }
td.TdClassName
{
border-color: #1D1E70;
}
.TagClassName
{
border-color: #1D1E70;
}
</style>