Shades of Midnight Blue #202A8C
Tints of Midnight Blue #202A8C
RGB
CMYK
RGB Variations
Color information
#202A8C (or 0x202A8C) is known color: Midnight Blue. HEX triplet: 20, 2A and 8C. RGB value is (32,42,140). Sum of RGB (Red+Green+Blue) = 32+42+140=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #202A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A8C is #DFD573. Grayscale: #313131. Windows color (decimal): -14669172 or 9185824. OLE color: 9185824.
HSL color Cylindrical-coordinate representation of color #202A8C: hue angle of 234.44º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202A8C is Cyan = 0.77, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 42 | 140 | - |
| CMYK | 0.77 | 0.7 | 0 | 0.45 |
| HSL | 234.44º | 0.63% | 0.34% | - |
| HSV(B) | 234.44º | 0.77% | 0.55% | - |
| XYZ | 6.16 | 3.86 | 25.23 | - |
| YUV | 50.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 140 | 0.77 | 0.7 | 0 | 0.45 | 234.44 | 0.63 | 0.34 |
| Hex | 20 | 2A | 8C | 4D | 46 | 0 | 2D | EA | 3F | 22 |
| Octal | 40 | 52 | 214 | 115 | 106 | 0 | 55 | 352 | 77 | 42 |
| Binary | 100000 | 101010 | 10001100 | 1001101 | 1000110 | 0 | 101101 | 11101010 | 111111 | 100010 |
Color Harmonies of #202A8C
Complementary color
Monochromatic Colors of #202A8C
Black with #202A8C
Text Example
Text Example
White with #202A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A8C; }
p { color: rgb(32,42,140); }
H1.HeaderClassName
{
color: #202A8C;
}
.AnyTagClassName
{
color: #202A8C;
}
</style>
background-color css
<style>
a { background-color: #202A8C; }
a { background-color: rgb(32,42,140); }
div.DivClassName
{
background-color: #202A8C;
}
.BgClassName
{
background-color: #202A8C;
}
</style>
border-color css
<style>
span { border-color: #202A8C; }
span { border-color: rgb(32,42,140); }
td.TdClassName
{
border-color: #202A8C;
}
.TagClassName
{
border-color: #202A8C;
}
</style>