Shades of Midnight Blue #201D76
Tints of Midnight Blue #201D76
RGB
CMYK
RGB Variations
Color information
#201D76 (or 0x201D76) is known color: Midnight Blue. HEX triplet: 20, 1D and 76. RGB value is (32,29,118). Sum of RGB (Red+Green+Blue) = 32+29+118=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #201D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D76 is #DFE289. Grayscale: #272727. Windows color (decimal): -14672522 or 7740704. OLE color: 7740704.
HSL color Cylindrical-coordinate representation of color #201D76: hue angle of 242.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201D76 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 29 | 118 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.54 |
| HSL | 242.02º | 0.61% | 0.29% | - |
| HSV(B) | 242.02º | 0.75% | 0.46% | - |
| XYZ | 4.31 | 2.49 | 17.39 | - |
| YUV | 40.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 118 | 0.73 | 0.75 | 0 | 0.54 | 242.02 | 0.61 | 0.29 |
| Hex | 20 | 1D | 76 | 49 | 4B | 0 | 36 | F2 | 3D | 1D |
| Octal | 40 | 35 | 166 | 111 | 113 | 0 | 66 | 362 | 75 | 35 |
| Binary | 100000 | 11101 | 1110110 | 1001001 | 1001011 | 0 | 110110 | 11110010 | 111101 | 11101 |
Color Harmonies of #201D76
Complementary color
Monochromatic Colors of #201D76
Black with #201D76
Text Example
Text Example
White with #201D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D76; }
p { color: rgb(32,29,118); }
H1.HeaderClassName
{
color: #201D76;
}
.AnyTagClassName
{
color: #201D76;
}
</style>
background-color css
<style>
a { background-color: #201D76; }
a { background-color: rgb(32,29,118); }
div.DivClassName
{
background-color: #201D76;
}
.BgClassName
{
background-color: #201D76;
}
</style>
border-color css
<style>
span { border-color: #201D76; }
span { border-color: rgb(32,29,118); }
td.TdClassName
{
border-color: #201D76;
}
.TagClassName
{
border-color: #201D76;
}
</style>