Shades of Midnight Blue #201A73
Tints of Midnight Blue #201A73
RGB
CMYK
RGB Variations
Color information
#201A73 (or 0x201A73) is known color: Midnight Blue. HEX triplet: 20, 1A and 73. RGB value is (32,26,115). Sum of RGB (Red+Green+Blue) = 32+26+115=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #201A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A73 is #DFE58C. Grayscale: #252525. Windows color (decimal): -14673293 or 7543328. OLE color: 7543328.
HSL color Cylindrical-coordinate representation of color #201A73: hue angle of 244.04º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201A73 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 26 | 115 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.55 |
| HSL | 244.04º | 0.63% | 0.28% | - |
| HSV(B) | 244.04º | 0.77% | 0.45% | - |
| XYZ | 4.06 | 2.28 | 16.45 | - |
| YUV | 37.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 115 | 0.72 | 0.77 | 0 | 0.55 | 244.04 | 0.63 | 0.28 |
| Hex | 20 | 1A | 73 | 48 | 4D | 0 | 37 | F4 | 3F | 1C |
| Octal | 40 | 32 | 163 | 110 | 115 | 0 | 67 | 364 | 77 | 34 |
| Binary | 100000 | 11010 | 1110011 | 1001000 | 1001101 | 0 | 110111 | 11110100 | 111111 | 11100 |
Color Harmonies of #201A73
Complementary color
Monochromatic Colors of #201A73
Black with #201A73
Text Example
Text Example
White with #201A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A73; }
p { color: rgb(32,26,115); }
H1.HeaderClassName
{
color: #201A73;
}
.AnyTagClassName
{
color: #201A73;
}
</style>
background-color css
<style>
a { background-color: #201A73; }
a { background-color: rgb(32,26,115); }
div.DivClassName
{
background-color: #201A73;
}
.BgClassName
{
background-color: #201A73;
}
</style>
border-color css
<style>
span { border-color: #201A73; }
span { border-color: rgb(32,26,115); }
td.TdClassName
{
border-color: #201A73;
}
.TagClassName
{
border-color: #201A73;
}
</style>