Shades of Midnight Blue #201F73
Tints of Midnight Blue #201F73
RGB
CMYK
RGB Variations
Color information
#201F73 (or 0x201F73) is known color: Midnight Blue. HEX triplet: 20, 1F and 73. RGB value is (32,31,115). Sum of RGB (Red+Green+Blue) = 32+31+115=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #201F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F73 is #DFE08C. Grayscale: #282828. Windows color (decimal): -14672013 or 7544608. OLE color: 7544608.
HSL color Cylindrical-coordinate representation of color #201F73: hue angle of 240.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201F73 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 31 | 115 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.55 |
| HSL | 240.71º | 0.58% | 0.29% | - |
| HSV(B) | 240.71º | 0.73% | 0.45% | - |
| XYZ | 4.18 | 2.52 | 16.49 | - |
| YUV | 40.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 115 | 0.72 | 0.73 | 0 | 0.55 | 240.71 | 0.58 | 0.29 |
| Hex | 20 | 1F | 73 | 48 | 49 | 0 | 37 | F1 | 3A | 1D |
| Octal | 40 | 37 | 163 | 110 | 111 | 0 | 67 | 361 | 72 | 35 |
| Binary | 100000 | 11111 | 1110011 | 1001000 | 1001001 | 0 | 110111 | 11110001 | 111010 | 11101 |
Color Harmonies of #201F73
Complementary color
Monochromatic Colors of #201F73
Black with #201F73
Text Example
Text Example
White with #201F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F73; }
p { color: rgb(32,31,115); }
H1.HeaderClassName
{
color: #201F73;
}
.AnyTagClassName
{
color: #201F73;
}
</style>
background-color css
<style>
a { background-color: #201F73; }
a { background-color: rgb(32,31,115); }
div.DivClassName
{
background-color: #201F73;
}
.BgClassName
{
background-color: #201F73;
}
</style>
border-color css
<style>
span { border-color: #201F73; }
span { border-color: rgb(32,31,115); }
td.TdClassName
{
border-color: #201F73;
}
.TagClassName
{
border-color: #201F73;
}
</style>