Shades of Midnight Blue #202A81
Tints of Midnight Blue #202A81
RGB
CMYK
RGB Variations
Color information
#202A81 (or 0x202A81) is known color: Midnight Blue. HEX triplet: 20, 2A and 81. RGB value is (32,42,129). Sum of RGB (Red+Green+Blue) = 32+42+129=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #202A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A81 is #DFD57E. Grayscale: #303030. Windows color (decimal): -14669183 or 8464928. OLE color: 8464928.
HSL color Cylindrical-coordinate representation of color #202A81: hue angle of 233.81º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202A81 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 42 | 129 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.49 |
| HSL | 233.81º | 0.6% | 0.32% | - |
| HSV(B) | 233.81º | 0.75% | 0.51% | - |
| XYZ | 5.39 | 3.55 | 21.17 | - |
| YUV | 48.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 129 | 0.75 | 0.67 | 0 | 0.49 | 233.81 | 0.6 | 0.32 |
| Hex | 20 | 2A | 81 | 4B | 43 | 0 | 31 | EA | 3C | 20 |
| Octal | 40 | 52 | 201 | 113 | 103 | 0 | 61 | 352 | 74 | 40 |
| Binary | 100000 | 101010 | 10000001 | 1001011 | 1000011 | 0 | 110001 | 11101010 | 111100 | 100000 |
Color Harmonies of #202A81
Complementary color
Monochromatic Colors of #202A81
Black with #202A81
Text Example
Text Example
White with #202A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A81; }
p { color: rgb(32,42,129); }
H1.HeaderClassName
{
color: #202A81;
}
.AnyTagClassName
{
color: #202A81;
}
</style>
background-color css
<style>
a { background-color: #202A81; }
a { background-color: rgb(32,42,129); }
div.DivClassName
{
background-color: #202A81;
}
.BgClassName
{
background-color: #202A81;
}
</style>
border-color css
<style>
span { border-color: #202A81; }
span { border-color: rgb(32,42,129); }
td.TdClassName
{
border-color: #202A81;
}
.TagClassName
{
border-color: #202A81;
}
</style>