Shades of Midnight Blue #1D0D75
Tints of Midnight Blue #1D0D75
RGB
CMYK
RGB Variations
Color information
#1D0D75 (or 0x1D0D75) is known color: Midnight Blue. HEX triplet: 1D, 0D and 75. RGB value is (29,13,117). Sum of RGB (Red+Green+Blue) = 29+13+117=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0D75 is #E2F28A. Grayscale: #1D1D1D. Windows color (decimal): -14873227 or 7671069. OLE color: 7671069.
HSL color Cylindrical-coordinate representation of color #1D0D75: hue angle of 249.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0D75 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 13 | 117 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.54 |
| HSL | 249.23º | 0.8% | 0.25% | - |
| HSV(B) | 249.23º | 0.89% | 0.46% | - |
| XYZ | 3.86 | 1.83 | 16.98 | - |
| YUV | 29.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 117 | 0.75 | 0.89 | 0 | 0.54 | 249.23 | 0.8 | 0.25 |
| Hex | 1D | D | 75 | 4B | 59 | 0 | 36 | F9 | 50 | 19 |
| Octal | 35 | 15 | 165 | 113 | 131 | 0 | 66 | 371 | 120 | 31 |
| Binary | 11101 | 1101 | 1110101 | 1001011 | 1011001 | 0 | 110110 | 11111001 | 1010000 | 11001 |
Color Harmonies of #1D0D75
Complementary color
Monochromatic Colors of #1D0D75
Black with #1D0D75
Text Example
Text Example
White with #1D0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D75; }
p { color: rgb(29,13,117); }
H1.HeaderClassName
{
color: #1D0D75;
}
.AnyTagClassName
{
color: #1D0D75;
}
</style>
background-color css
<style>
a { background-color: #1D0D75; }
a { background-color: rgb(29,13,117); }
div.DivClassName
{
background-color: #1D0D75;
}
.BgClassName
{
background-color: #1D0D75;
}
</style>
border-color css
<style>
span { border-color: #1D0D75; }
span { border-color: rgb(29,13,117); }
td.TdClassName
{
border-color: #1D0D75;
}
.TagClassName
{
border-color: #1D0D75;
}
</style>