Shades of Midnight Blue #202A73
Tints of Midnight Blue #202A73
RGB
CMYK
RGB Variations
Color information
#202A73 (or 0x202A73) is known color: Midnight Blue. HEX triplet: 20, 2A and 73. RGB value is (32,42,115). Sum of RGB (Red+Green+Blue) = 32+42+115=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #202A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A73 is #DFD58C. Grayscale: #2F2F2F. Windows color (decimal): -14669197 or 7547424. OLE color: 7547424.
HSL color Cylindrical-coordinate representation of color #202A73: hue angle of 232.77º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202A73 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 42 | 115 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.55 |
| HSL | 232.77º | 0.56% | 0.29% | - |
| HSV(B) | 232.77º | 0.72% | 0.45% | - |
| XYZ | 4.52 | 3.2 | 16.6 | - |
| YUV | 47.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 115 | 0.72 | 0.63 | 0 | 0.55 | 232.77 | 0.56 | 0.29 |
| Hex | 20 | 2A | 73 | 48 | 3F | 0 | 37 | E9 | 38 | 1D |
| Octal | 40 | 52 | 163 | 110 | 77 | 0 | 67 | 351 | 70 | 35 |
| Binary | 100000 | 101010 | 1110011 | 1001000 | 111111 | 0 | 110111 | 11101001 | 111000 | 11101 |
Color Harmonies of #202A73
Complementary color
Monochromatic Colors of #202A73
Black with #202A73
Text Example
Text Example
White with #202A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A73; }
p { color: rgb(32,42,115); }
H1.HeaderClassName
{
color: #202A73;
}
.AnyTagClassName
{
color: #202A73;
}
</style>
background-color css
<style>
a { background-color: #202A73; }
a { background-color: rgb(32,42,115); }
div.DivClassName
{
background-color: #202A73;
}
.BgClassName
{
background-color: #202A73;
}
</style>
border-color css
<style>
span { border-color: #202A73; }
span { border-color: rgb(32,42,115); }
td.TdClassName
{
border-color: #202A73;
}
.TagClassName
{
border-color: #202A73;
}
</style>