Shades of Midnight Blue #1D1972
Tints of Midnight Blue #1D1972
RGB
CMYK
RGB Variations
Color information
#1D1972 (or 0x1D1972) is known color: Midnight Blue. HEX triplet: 1D, 19 and 72. RGB value is (29,25,114). Sum of RGB (Red+Green+Blue) = 29+25+114=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1972 is #E2E68D. Grayscale: #232323. Windows color (decimal): -14870158 or 7477533. OLE color: 7477533.
HSL color Cylindrical-coordinate representation of color #1D1972: hue angle of 242.7º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1972 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 25 | 114 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.55 |
| HSL | 242.7º | 0.64% | 0.27% | - |
| HSV(B) | 242.7º | 0.78% | 0.45% | - |
| XYZ | 3.89 | 2.17 | 16.13 | - |
| YUV | 36.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 114 | 0.75 | 0.78 | 0 | 0.55 | 242.7 | 0.64 | 0.27 |
| Hex | 1D | 19 | 72 | 4B | 4E | 0 | 37 | F3 | 40 | 1B |
| Octal | 35 | 31 | 162 | 113 | 116 | 0 | 67 | 363 | 100 | 33 |
| Binary | 11101 | 11001 | 1110010 | 1001011 | 1001110 | 0 | 110111 | 11110011 | 1000000 | 11011 |
Color Harmonies of #1D1972
Complementary color
Monochromatic Colors of #1D1972
Black with #1D1972
Text Example
Text Example
White with #1D1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1972; }
p { color: rgb(29,25,114); }
H1.HeaderClassName
{
color: #1D1972;
}
.AnyTagClassName
{
color: #1D1972;
}
</style>
background-color css
<style>
a { background-color: #1D1972; }
a { background-color: rgb(29,25,114); }
div.DivClassName
{
background-color: #1D1972;
}
.BgClassName
{
background-color: #1D1972;
}
</style>
border-color css
<style>
span { border-color: #1D1972; }
span { border-color: rgb(29,25,114); }
td.TdClassName
{
border-color: #1D1972;
}
.TagClassName
{
border-color: #1D1972;
}
</style>