Shades of Midnight Blue #202A8B
Tints of Midnight Blue #202A8B
RGB
CMYK
RGB Variations
Color information
#202A8B (or 0x202A8B) is known color: Midnight Blue. HEX triplet: 20, 2A and 8B. RGB value is (32,42,139). Sum of RGB (Red+Green+Blue) = 32+42+139=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #202A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A8B is #DFD574. Grayscale: #313131. Windows color (decimal): -14669173 or 9120288. OLE color: 9120288.
HSL color Cylindrical-coordinate representation of color #202A8B: hue angle of 234.39º 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 #202A8B is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 42 | 139 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.45 |
| HSL | 234.39º | 0.63% | 0.34% | - |
| HSV(B) | 234.39º | 0.77% | 0.55% | - |
| XYZ | 6.08 | 3.83 | 24.84 | - |
| YUV | 50.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 139 | 0.77 | 0.70 | 0 | 0.45 | 234.39 | 0.63 | 0.34 |
| Hex | 20 | 2A | 8B | 4D | 46 | 0 | 2D | EA | 3F | 22 |
| Octal | 40 | 52 | 213 | 115 | 106 | 0 | 55 | 352 | 77 | 42 |
| Binary | 100000 | 101010 | 10001011 | 1001101 | 1000110 | 0 | 101101 | 11101010 | 111111 | 100010 |
Color Harmonies of #202A8B
Complementary color
Monochromatic Colors of #202A8B
Black with #202A8B
Text Example
Text Example
White with #202A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A8B; }
p { color: rgb(32,42,139); }
H1.HeaderClassName
{
color: #202A8B;
}
.AnyTagClassName
{
color: #202A8B;
}
</style>
background-color css
<style>
a { background-color: #202A8B; }
a { background-color: rgb(32,42,139); }
div.DivClassName
{
background-color: #202A8B;
}
.BgClassName
{
background-color: #202A8B;
}
</style>
border-color css
<style>
span { border-color: #202A8B; }
span { border-color: rgb(32,42,139); }
td.TdClassName
{
border-color: #202A8B;
}
.TagClassName
{
border-color: #202A8B;
}
</style>