Shades of Midnight Blue #1D0975
Tints of Midnight Blue #1D0975
RGB
CMYK
RGB Variations
Color information
#1D0975 (or 0x1D0975) is known color: Midnight Blue. HEX triplet: 1D, 09 and 75. RGB value is (29,9,117). Sum of RGB (Red+Green+Blue) = 29+9+117=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0975 is #E2F68A. Grayscale: #1A1A1A. Windows color (decimal): -14874251 or 7670045. OLE color: 7670045.
HSL color Cylindrical-coordinate representation of color #1D0975: hue angle of 251.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0975 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 9 | 117 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.54 |
| HSL | 251.11º | 0.86% | 0.25% | - |
| HSV(B) | 251.11º | 0.92% | 0.46% | - |
| XYZ | 3.82 | 1.74 | 16.96 | - |
| YUV | 27.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 117 | 0.75 | 0.92 | 0 | 0.54 | 251.11 | 0.86 | 0.25 |
| Hex | 1D | 9 | 75 | 4B | 5C | 0 | 36 | FB | 56 | 19 |
| Octal | 35 | 11 | 165 | 113 | 134 | 0 | 66 | 373 | 126 | 31 |
| Binary | 11101 | 1001 | 1110101 | 1001011 | 1011100 | 0 | 110110 | 11111011 | 1010110 | 11001 |
Color Harmonies of #1D0975
Complementary color
Monochromatic Colors of #1D0975
Black with #1D0975
Text Example
Text Example
White with #1D0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0975; }
p { color: rgb(29,9,117); }
H1.HeaderClassName
{
color: #1D0975;
}
.AnyTagClassName
{
color: #1D0975;
}
</style>
background-color css
<style>
a { background-color: #1D0975; }
a { background-color: rgb(29,9,117); }
div.DivClassName
{
background-color: #1D0975;
}
.BgClassName
{
background-color: #1D0975;
}
</style>
border-color css
<style>
span { border-color: #1D0975; }
span { border-color: rgb(29,9,117); }
td.TdClassName
{
border-color: #1D0975;
}
.TagClassName
{
border-color: #1D0975;
}
</style>