Shades of Midnight Blue #201F72
Tints of Midnight Blue #201F72
RGB
CMYK
RGB Variations
Color information
#201F72 (or 0x201F72) is known color: Midnight Blue. HEX triplet: 20, 1F and 72. RGB value is (32,31,114). Sum of RGB (Red+Green+Blue) = 32+31+114=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #201F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F72 is #DFE08D. Grayscale: #282828. Windows color (decimal): -14672014 or 7479072. OLE color: 7479072.
HSL color Cylindrical-coordinate representation of color #201F72: hue angle of 240.72º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201F72 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 31 | 114 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.55 |
| HSL | 240.72º | 0.57% | 0.28% | - |
| HSV(B) | 240.72º | 0.73% | 0.45% | - |
| XYZ | 4.12 | 2.5 | 16.19 | - |
| YUV | 40.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 114 | 0.72 | 0.73 | 0 | 0.55 | 240.72 | 0.57 | 0.28 |
| Hex | 20 | 1F | 72 | 48 | 49 | 0 | 37 | F1 | 39 | 1C |
| Octal | 40 | 37 | 162 | 110 | 111 | 0 | 67 | 361 | 71 | 34 |
| Binary | 100000 | 11111 | 1110010 | 1001000 | 1001001 | 0 | 110111 | 11110001 | 111001 | 11100 |
Color Harmonies of #201F72
Complementary color
Monochromatic Colors of #201F72
Black with #201F72
Text Example
Text Example
White with #201F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F72; }
p { color: rgb(32,31,114); }
H1.HeaderClassName
{
color: #201F72;
}
.AnyTagClassName
{
color: #201F72;
}
</style>
background-color css
<style>
a { background-color: #201F72; }
a { background-color: rgb(32,31,114); }
div.DivClassName
{
background-color: #201F72;
}
.BgClassName
{
background-color: #201F72;
}
</style>
border-color css
<style>
span { border-color: #201F72; }
span { border-color: rgb(32,31,114); }
td.TdClassName
{
border-color: #201F72;
}
.TagClassName
{
border-color: #201F72;
}
</style>