Shades of Midnight Blue #202A80
Tints of Midnight Blue #202A80
RGB
CMYK
RGB Variations
Color information
#202A80 (or 0x202A80) is known color: Midnight Blue. HEX triplet: 20, 2A and 80. RGB value is (32,42,128). Sum of RGB (Red+Green+Blue) = 32+42+128=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #202A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A80 is #DFD57F. Grayscale: #303030. Windows color (decimal): -14669184 or 8399392. OLE color: 8399392.
HSL color Cylindrical-coordinate representation of color #202A80: hue angle of 233.75º 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 #202A80 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 42 | 128 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.50 |
| HSL | 233.75º | 0.6% | 0.31% | - |
| HSV(B) | 233.75º | 0.75% | 0.5% | - |
| XYZ | 5.32 | 3.52 | 20.82 | - |
| YUV | 48.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 128 | 0.75 | 0.67 | 0 | 0.50 | 233.75 | 0.6 | 0.31 |
| Hex | 20 | 2A | 80 | 4B | 43 | 0 | 32 | EA | 3C | 1F |
| Octal | 40 | 52 | 200 | 113 | 103 | 0 | 62 | 352 | 74 | 37 |
| Binary | 100000 | 101010 | 10000000 | 1001011 | 1000011 | 0 | 110010 | 11101010 | 111100 | 11111 |
Color Harmonies of #202A80
Complementary color
Monochromatic Colors of #202A80
Black with #202A80
Text Example
Text Example
White with #202A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A80; }
p { color: rgb(32,42,128); }
H1.HeaderClassName
{
color: #202A80;
}
.AnyTagClassName
{
color: #202A80;
}
</style>
background-color css
<style>
a { background-color: #202A80; }
a { background-color: rgb(32,42,128); }
div.DivClassName
{
background-color: #202A80;
}
.BgClassName
{
background-color: #202A80;
}
</style>
border-color css
<style>
span { border-color: #202A80; }
span { border-color: rgb(32,42,128); }
td.TdClassName
{
border-color: #202A80;
}
.TagClassName
{
border-color: #202A80;
}
</style>