Shades of Midnight Blue #1D1973
Tints of Midnight Blue #1D1973
RGB
CMYK
RGB Variations
Color information
#1D1973 (or 0x1D1973) is known color: Midnight Blue. HEX triplet: 1D, 19 and 73. RGB value is (29,25,115). Sum of RGB (Red+Green+Blue) = 29+25+115=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1973 is #E2E68C. Grayscale: #242424. Windows color (decimal): -14870157 or 7543069. OLE color: 7543069.
HSL color Cylindrical-coordinate representation of color #1D1973: hue angle of 242.67º 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 #1D1973 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 25 | 115 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.55 |
| HSL | 242.67º | 0.64% | 0.27% | - |
| HSV(B) | 242.67º | 0.78% | 0.45% | - |
| XYZ | 3.95 | 2.19 | 16.44 | - |
| YUV | 36.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 115 | 0.75 | 0.78 | 0 | 0.55 | 242.67 | 0.64 | 0.27 |
| Hex | 1D | 19 | 73 | 4B | 4E | 0 | 37 | F3 | 40 | 1B |
| Octal | 35 | 31 | 163 | 113 | 116 | 0 | 67 | 363 | 100 | 33 |
| Binary | 11101 | 11001 | 1110011 | 1001011 | 1001110 | 0 | 110111 | 11110011 | 1000000 | 11011 |
Color Harmonies of #1D1973
Complementary color
Monochromatic Colors of #1D1973
Black with #1D1973
Text Example
Text Example
White with #1D1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1973; }
p { color: rgb(29,25,115); }
H1.HeaderClassName
{
color: #1D1973;
}
.AnyTagClassName
{
color: #1D1973;
}
</style>
background-color css
<style>
a { background-color: #1D1973; }
a { background-color: rgb(29,25,115); }
div.DivClassName
{
background-color: #1D1973;
}
.BgClassName
{
background-color: #1D1973;
}
</style>
border-color css
<style>
span { border-color: #1D1973; }
span { border-color: rgb(29,25,115); }
td.TdClassName
{
border-color: #1D1973;
}
.TagClassName
{
border-color: #1D1973;
}
</style>