Shades of Midnight Blue #1D2063
Tints of Midnight Blue #1D2063
RGB
CMYK
RGB Variations
Color information
#1D2063 (or 0x1D2063) is known color: Midnight Blue. HEX triplet: 1D, 20 and 63. RGB value is (29,32,99). Sum of RGB (Red+Green+Blue) = 29+32+99=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2063 is #E2DF9C. Grayscale: #262626. Windows color (decimal): -14868381 or 6496285. OLE color: 6496285.
HSL color Cylindrical-coordinate representation of color #1D2063: hue angle of 237.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D2063 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 32 | 99 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.61 |
| HSL | 237.43º | 0.55% | 0.25% | - |
| HSV(B) | 237.43º | 0.71% | 0.39% | - |
| XYZ | 3.28 | 2.2 | 12.06 | - |
| YUV | 38.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 99 | 0.71 | 0.68 | 0 | 0.61 | 237.43 | 0.55 | 0.25 |
| Hex | 1D | 20 | 63 | 47 | 44 | 0 | 3D | ED | 37 | 19 |
| Octal | 35 | 40 | 143 | 107 | 104 | 0 | 75 | 355 | 67 | 31 |
| Binary | 11101 | 100000 | 1100011 | 1000111 | 1000100 | 0 | 111101 | 11101101 | 110111 | 11001 |
Color Harmonies of #1D2063
Complementary color
Monochromatic Colors of #1D2063
Black with #1D2063
Text Example
Text Example
White with #1D2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2063; }
p { color: rgb(29,32,99); }
H1.HeaderClassName
{
color: #1D2063;
}
.AnyTagClassName
{
color: #1D2063;
}
</style>
background-color css
<style>
a { background-color: #1D2063; }
a { background-color: rgb(29,32,99); }
div.DivClassName
{
background-color: #1D2063;
}
.BgClassName
{
background-color: #1D2063;
}
</style>
border-color css
<style>
span { border-color: #1D2063; }
span { border-color: rgb(29,32,99); }
td.TdClassName
{
border-color: #1D2063;
}
.TagClassName
{
border-color: #1D2063;
}
</style>