Shades of Midnight Blue #1D1575
Tints of Midnight Blue #1D1575
RGB
CMYK
RGB Variations
Color information
#1D1575 (or 0x1D1575) is known color: Midnight Blue. HEX triplet: 1D, 15 and 75. RGB value is (29,21,117). Sum of RGB (Red+Green+Blue) = 29+21+117=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D1575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1575 is #E2EA8A. Grayscale: #212121. Windows color (decimal): -14871179 or 7673117. OLE color: 7673117.
HSL color Cylindrical-coordinate representation of color #1D1575: hue angle of 245º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1575 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 21 | 117 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.54 |
| HSL | 245º | 0.7% | 0.27% | - |
| HSV(B) | 245º | 0.82% | 0.46% | - |
| XYZ | 3.99 | 2.08 | 17.02 | - |
| YUV | 34.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 117 | 0.75 | 0.82 | 0 | 0.54 | 245 | 0.7 | 0.27 |
| Hex | 1D | 15 | 75 | 4B | 52 | 0 | 36 | F5 | 46 | 1B |
| Octal | 35 | 25 | 165 | 113 | 122 | 0 | 66 | 365 | 106 | 33 |
| Binary | 11101 | 10101 | 1110101 | 1001011 | 1010010 | 0 | 110110 | 11110101 | 1000110 | 11011 |
Color Harmonies of #1D1575
Complementary color
Monochromatic Colors of #1D1575
Black with #1D1575
Text Example
Text Example
White with #1D1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1575; }
p { color: rgb(29,21,117); }
H1.HeaderClassName
{
color: #1D1575;
}
.AnyTagClassName
{
color: #1D1575;
}
</style>
background-color css
<style>
a { background-color: #1D1575; }
a { background-color: rgb(29,21,117); }
div.DivClassName
{
background-color: #1D1575;
}
.BgClassName
{
background-color: #1D1575;
}
</style>
border-color css
<style>
span { border-color: #1D1575; }
span { border-color: rgb(29,21,117); }
td.TdClassName
{
border-color: #1D1575;
}
.TagClassName
{
border-color: #1D1575;
}
</style>