Shades of Midnight Blue #201D7F
Tints of Midnight Blue #201D7F
RGB
CMYK
RGB Variations
Color information
#201D7F (or 0x201D7F) is known color: Midnight Blue. HEX triplet: 20, 1D and 7F. RGB value is (32,29,127). Sum of RGB (Red+Green+Blue) = 32+29+127=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #201D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D7F is #DFE280. Grayscale: #282828. Windows color (decimal): -14672513 or 8330528. OLE color: 8330528.
HSL color Cylindrical-coordinate representation of color #201D7F: hue angle of 241.84º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201D7F is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 29 | 127 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.50 |
| HSL | 241.84º | 0.63% | 0.31% | - |
| HSV(B) | 241.84º | 0.77% | 0.5% | - |
| XYZ | 4.87 | 2.72 | 20.35 | - |
| YUV | 41.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 127 | 0.75 | 0.77 | 0 | 0.50 | 241.84 | 0.63 | 0.31 |
| Hex | 20 | 1D | 7F | 4B | 4D | 0 | 32 | F2 | 3F | 1F |
| Octal | 40 | 35 | 177 | 113 | 115 | 0 | 62 | 362 | 77 | 37 |
| Binary | 100000 | 11101 | 1111111 | 1001011 | 1001101 | 0 | 110010 | 11110010 | 111111 | 11111 |
Color Harmonies of #201D7F
Complementary color
Monochromatic Colors of #201D7F
Black with #201D7F
Text Example
Text Example
White with #201D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D7F; }
p { color: rgb(32,29,127); }
H1.HeaderClassName
{
color: #201D7F;
}
.AnyTagClassName
{
color: #201D7F;
}
</style>
background-color css
<style>
a { background-color: #201D7F; }
a { background-color: rgb(32,29,127); }
div.DivClassName
{
background-color: #201D7F;
}
.BgClassName
{
background-color: #201D7F;
}
</style>
border-color css
<style>
span { border-color: #201D7F; }
span { border-color: rgb(32,29,127); }
td.TdClassName
{
border-color: #201D7F;
}
.TagClassName
{
border-color: #201D7F;
}
</style>