Shades of Midnight Blue #201F7D
Tints of Midnight Blue #201F7D
RGB
CMYK
RGB Variations
Color information
#201F7D (or 0x201F7D) is known color: Midnight Blue. HEX triplet: 20, 1F and 7D. RGB value is (32,31,125). Sum of RGB (Red+Green+Blue) = 32+31+125=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #201F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F7D is #DFE082. Grayscale: #292929. Windows color (decimal): -14672003 or 8199968. OLE color: 8199968.
HSL color Cylindrical-coordinate representation of color #201F7D: hue angle of 240.64º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201F7D is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 31 | 125 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.51 |
| HSL | 240.64º | 0.6% | 0.31% | - |
| HSV(B) | 240.64º | 0.75% | 0.49% | - |
| XYZ | 4.79 | 2.77 | 19.68 | - |
| YUV | 42.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 125 | 0.74 | 0.75 | 0 | 0.51 | 240.64 | 0.6 | 0.31 |
| Hex | 20 | 1F | 7D | 4A | 4B | 0 | 33 | F1 | 3C | 1F |
| Octal | 40 | 37 | 175 | 112 | 113 | 0 | 63 | 361 | 74 | 37 |
| Binary | 100000 | 11111 | 1111101 | 1001010 | 1001011 | 0 | 110011 | 11110001 | 111100 | 11111 |
Color Harmonies of #201F7D
Complementary color
Monochromatic Colors of #201F7D
Black with #201F7D
Text Example
Text Example
White with #201F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F7D; }
p { color: rgb(32,31,125); }
H1.HeaderClassName
{
color: #201F7D;
}
.AnyTagClassName
{
color: #201F7D;
}
</style>
background-color css
<style>
a { background-color: #201F7D; }
a { background-color: rgb(32,31,125); }
div.DivClassName
{
background-color: #201F7D;
}
.BgClassName
{
background-color: #201F7D;
}
</style>
border-color css
<style>
span { border-color: #201F7D; }
span { border-color: rgb(32,31,125); }
td.TdClassName
{
border-color: #201F7D;
}
.TagClassName
{
border-color: #201F7D;
}
</style>