Shades of Midnight Blue #1D2470
Tints of Midnight Blue #1D2470
RGB
CMYK
RGB Variations
Color information
#1D2470 (or 0x1D2470) is known color: Midnight Blue. HEX triplet: 1D, 24 and 70. RGB value is (29,36,112). Sum of RGB (Red+Green+Blue) = 29+36+112=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2470 is #E2DB8F. Grayscale: #2A2A2A. Windows color (decimal): -14867344 or 7349277. OLE color: 7349277.
HSL color Cylindrical-coordinate representation of color #1D2470: hue angle of 234.94º 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 #1D2470 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 36 | 112 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.56 |
| HSL | 234.94º | 0.59% | 0.28% | - |
| HSV(B) | 234.94º | 0.74% | 0.44% | - |
| XYZ | 4.06 | 2.69 | 15.63 | - |
| YUV | 42.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 112 | 0.74 | 0.68 | 0 | 0.56 | 234.94 | 0.59 | 0.28 |
| Hex | 1D | 24 | 70 | 4A | 44 | 0 | 38 | EB | 3B | 1C |
| Octal | 35 | 44 | 160 | 112 | 104 | 0 | 70 | 353 | 73 | 34 |
| Binary | 11101 | 100100 | 1110000 | 1001010 | 1000100 | 0 | 111000 | 11101011 | 111011 | 11100 |
Color Harmonies of #1D2470
Complementary color
Monochromatic Colors of #1D2470
Black with #1D2470
Text Example
Text Example
White with #1D2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2470; }
p { color: rgb(29,36,112); }
H1.HeaderClassName
{
color: #1D2470;
}
.AnyTagClassName
{
color: #1D2470;
}
</style>
background-color css
<style>
a { background-color: #1D2470; }
a { background-color: rgb(29,36,112); }
div.DivClassName
{
background-color: #1D2470;
}
.BgClassName
{
background-color: #1D2470;
}
</style>
border-color css
<style>
span { border-color: #1D2470; }
span { border-color: rgb(29,36,112); }
td.TdClassName
{
border-color: #1D2470;
}
.TagClassName
{
border-color: #1D2470;
}
</style>