Shades of Midnight Blue #202B73
Tints of Midnight Blue #202B73
RGB
CMYK
RGB Variations
Color information
#202B73 (or 0x202B73) is known color: Midnight Blue. HEX triplet: 20, 2B and 73. RGB value is (32,43,115). Sum of RGB (Red+Green+Blue) = 32+43+115=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #202B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B73 is #DFD48C. Grayscale: #2F2F2F. Windows color (decimal): -14668941 or 7547680. OLE color: 7547680.
HSL color Cylindrical-coordinate representation of color #202B73: hue angle of 232.05º 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 #202B73 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 43 | 115 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.55 |
| HSL | 232.05º | 0.56% | 0.29% | - |
| HSV(B) | 232.05º | 0.72% | 0.45% | - |
| XYZ | 4.55 | 3.27 | 16.61 | - |
| YUV | 47.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 115 | 0.72 | 0.63 | 0 | 0.55 | 232.05 | 0.56 | 0.29 |
| Hex | 20 | 2B | 73 | 48 | 3F | 0 | 37 | E8 | 38 | 1D |
| Octal | 40 | 53 | 163 | 110 | 77 | 0 | 67 | 350 | 70 | 35 |
| Binary | 100000 | 101011 | 1110011 | 1001000 | 111111 | 0 | 110111 | 11101000 | 111000 | 11101 |
Color Harmonies of #202B73
Complementary color
Monochromatic Colors of #202B73
Black with #202B73
Text Example
Text Example
White with #202B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B73; }
p { color: rgb(32,43,115); }
H1.HeaderClassName
{
color: #202B73;
}
.AnyTagClassName
{
color: #202B73;
}
</style>
background-color css
<style>
a { background-color: #202B73; }
a { background-color: rgb(32,43,115); }
div.DivClassName
{
background-color: #202B73;
}
.BgClassName
{
background-color: #202B73;
}
</style>
border-color css
<style>
span { border-color: #202B73; }
span { border-color: rgb(32,43,115); }
td.TdClassName
{
border-color: #202B73;
}
.TagClassName
{
border-color: #202B73;
}
</style>