Shades of Midnight Blue #202A8A
Tints of Midnight Blue #202A8A
RGB
CMYK
RGB Variations
Color information
#202A8A (or 0x202A8A) is known color: Midnight Blue. HEX triplet: 20, 2A and 8A. RGB value is (32,42,138). Sum of RGB (Red+Green+Blue) = 32+42+138=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #202A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A8A is #DFD575. Grayscale: #313131. Windows color (decimal): -14669174 or 9054752. OLE color: 9054752.
HSL color Cylindrical-coordinate representation of color #202A8A: hue angle of 234.34º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202A8A is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 42 | 138 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.46 |
| HSL | 234.34º | 0.62% | 0.33% | - |
| HSV(B) | 234.34º | 0.77% | 0.54% | - |
| XYZ | 6.01 | 3.8 | 24.46 | - |
| YUV | 49.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 138 | 0.77 | 0.70 | 0 | 0.46 | 234.34 | 0.62 | 0.33 |
| Hex | 20 | 2A | 8A | 4D | 46 | 0 | 2E | EA | 3E | 21 |
| Octal | 40 | 52 | 212 | 115 | 106 | 0 | 56 | 352 | 76 | 41 |
| Binary | 100000 | 101010 | 10001010 | 1001101 | 1000110 | 0 | 101110 | 11101010 | 111110 | 100001 |
Color Harmonies of #202A8A
Complementary color
Monochromatic Colors of #202A8A
Black with #202A8A
Text Example
Text Example
White with #202A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A8A; }
p { color: rgb(32,42,138); }
H1.HeaderClassName
{
color: #202A8A;
}
.AnyTagClassName
{
color: #202A8A;
}
</style>
background-color css
<style>
a { background-color: #202A8A; }
a { background-color: rgb(32,42,138); }
div.DivClassName
{
background-color: #202A8A;
}
.BgClassName
{
background-color: #202A8A;
}
</style>
border-color css
<style>
span { border-color: #202A8A; }
span { border-color: rgb(32,42,138); }
td.TdClassName
{
border-color: #202A8A;
}
.TagClassName
{
border-color: #202A8A;
}
</style>