Shades of Midnight Blue #201C73
Tints of Midnight Blue #201C73
RGB
CMYK
RGB Variations
Color information
#201C73 (or 0x201C73) is known color: Midnight Blue. HEX triplet: 20, 1C and 73. RGB value is (32,28,115). Sum of RGB (Red+Green+Blue) = 32+28+115=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #201C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C73 is #DFE38C. Grayscale: #262626. Windows color (decimal): -14672781 or 7543840. OLE color: 7543840.
HSL color Cylindrical-coordinate representation of color #201C73: hue angle of 242.76º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201C73 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 28 | 115 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.55 |
| HSL | 242.76º | 0.61% | 0.28% | - |
| HSV(B) | 242.76º | 0.76% | 0.45% | - |
| XYZ | 4.11 | 2.38 | 16.46 | - |
| YUV | 39.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 115 | 0.72 | 0.76 | 0 | 0.55 | 242.76 | 0.61 | 0.28 |
| Hex | 20 | 1C | 73 | 48 | 4C | 0 | 37 | F3 | 3D | 1C |
| Octal | 40 | 34 | 163 | 110 | 114 | 0 | 67 | 363 | 75 | 34 |
| Binary | 100000 | 11100 | 1110011 | 1001000 | 1001100 | 0 | 110111 | 11110011 | 111101 | 11100 |
Color Harmonies of #201C73
Complementary color
Monochromatic Colors of #201C73
Black with #201C73
Text Example
Text Example
White with #201C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C73; }
p { color: rgb(32,28,115); }
H1.HeaderClassName
{
color: #201C73;
}
.AnyTagClassName
{
color: #201C73;
}
</style>
background-color css
<style>
a { background-color: #201C73; }
a { background-color: rgb(32,28,115); }
div.DivClassName
{
background-color: #201C73;
}
.BgClassName
{
background-color: #201C73;
}
</style>
border-color css
<style>
span { border-color: #201C73; }
span { border-color: rgb(32,28,115); }
td.TdClassName
{
border-color: #201C73;
}
.TagClassName
{
border-color: #201C73;
}
</style>