Shades of Midnight Blue #202C80
Tints of Midnight Blue #202C80
RGB
CMYK
RGB Variations
Color information
#202C80 (or 0x202C80) is known color: Midnight Blue. HEX triplet: 20, 2C and 80. RGB value is (32,44,128). Sum of RGB (Red+Green+Blue) = 32+44+128=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #202C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C80 is #DFD37F. Grayscale: #313131. Windows color (decimal): -14668672 or 8399904. OLE color: 8399904.
HSL color Cylindrical-coordinate representation of color #202C80: hue angle of 232.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202C80 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 44 | 128 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.50 |
| HSL | 232.5º | 0.6% | 0.31% | - |
| HSV(B) | 232.5º | 0.75% | 0.5% | - |
| XYZ | 5.39 | 3.67 | 20.85 | - |
| YUV | 49.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 128 | 0.75 | 0.66 | 0 | 0.50 | 232.5 | 0.6 | 0.31 |
| Hex | 20 | 2C | 80 | 4B | 42 | 0 | 32 | E8 | 3C | 1F |
| Octal | 40 | 54 | 200 | 113 | 102 | 0 | 62 | 350 | 74 | 37 |
| Binary | 100000 | 101100 | 10000000 | 1001011 | 1000010 | 0 | 110010 | 11101000 | 111100 | 11111 |
Color Harmonies of #202C80
Complementary color
Monochromatic Colors of #202C80
Black with #202C80
Text Example
Text Example
White with #202C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C80; }
p { color: rgb(32,44,128); }
H1.HeaderClassName
{
color: #202C80;
}
.AnyTagClassName
{
color: #202C80;
}
</style>
background-color css
<style>
a { background-color: #202C80; }
a { background-color: rgb(32,44,128); }
div.DivClassName
{
background-color: #202C80;
}
.BgClassName
{
background-color: #202C80;
}
</style>
border-color css
<style>
span { border-color: #202C80; }
span { border-color: rgb(32,44,128); }
td.TdClassName
{
border-color: #202C80;
}
.TagClassName
{
border-color: #202C80;
}
</style>