Shades of Midnight Blue #1D1963
Tints of Midnight Blue #1D1963
RGB
CMYK
RGB Variations
Color information
#1D1963 (or 0x1D1963) is known color: Midnight Blue. HEX triplet: 1D, 19 and 63. RGB value is (29,25,99). Sum of RGB (Red+Green+Blue) = 29+25+99=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D1963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1963 is #E2E69C. Grayscale: #222222. Windows color (decimal): -14870173 or 6494493. OLE color: 6494493.
HSL color Cylindrical-coordinate representation of color #1D1963: hue angle of 243.24º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D1963 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 25 | 99 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.61 |
| HSL | 243.24º | 0.6% | 0.24% | - |
| HSV(B) | 243.24º | 0.75% | 0.39% | - |
| XYZ | 3.11 | 1.86 | 12 | - |
| YUV | 34.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 99 | 0.71 | 0.75 | 0 | 0.61 | 243.24 | 0.6 | 0.24 |
| Hex | 1D | 19 | 63 | 47 | 4B | 0 | 3D | F3 | 3C | 18 |
| Octal | 35 | 31 | 143 | 107 | 113 | 0 | 75 | 363 | 74 | 30 |
| Binary | 11101 | 11001 | 1100011 | 1000111 | 1001011 | 0 | 111101 | 11110011 | 111100 | 11000 |
Color Harmonies of #1D1963
Complementary color
Monochromatic Colors of #1D1963
Black with #1D1963
Text Example
Text Example
White with #1D1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1963; }
p { color: rgb(29,25,99); }
H1.HeaderClassName
{
color: #1D1963;
}
.AnyTagClassName
{
color: #1D1963;
}
</style>
background-color css
<style>
a { background-color: #1D1963; }
a { background-color: rgb(29,25,99); }
div.DivClassName
{
background-color: #1D1963;
}
.BgClassName
{
background-color: #1D1963;
}
</style>
border-color css
<style>
span { border-color: #1D1963; }
span { border-color: rgb(29,25,99); }
td.TdClassName
{
border-color: #1D1963;
}
.TagClassName
{
border-color: #1D1963;
}
</style>