Shades of Midnight Blue #202A83
Tints of Midnight Blue #202A83
RGB
CMYK
RGB Variations
Color information
#202A83 (or 0x202A83) is known color: Midnight Blue. HEX triplet: 20, 2A and 83. RGB value is (32,42,131). Sum of RGB (Red+Green+Blue) = 32+42+131=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #202A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A83 is #DFD57C. Grayscale: #303030. Windows color (decimal): -14669181 or 8596000. OLE color: 8596000.
HSL color Cylindrical-coordinate representation of color #202A83: hue angle of 233.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202A83 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 42 | 131 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.49 |
| HSL | 233.94º | 0.61% | 0.32% | - |
| HSV(B) | 233.94º | 0.76% | 0.51% | - |
| XYZ | 5.52 | 3.6 | 21.88 | - |
| YUV | 49.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 131 | 0.76 | 0.68 | 0 | 0.49 | 233.94 | 0.61 | 0.32 |
| Hex | 20 | 2A | 83 | 4C | 44 | 0 | 31 | EA | 3D | 20 |
| Octal | 40 | 52 | 203 | 114 | 104 | 0 | 61 | 352 | 75 | 40 |
| Binary | 100000 | 101010 | 10000011 | 1001100 | 1000100 | 0 | 110001 | 11101010 | 111101 | 100000 |
Color Harmonies of #202A83
Complementary color
Monochromatic Colors of #202A83
Black with #202A83
Text Example
Text Example
White with #202A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A83; }
p { color: rgb(32,42,131); }
H1.HeaderClassName
{
color: #202A83;
}
.AnyTagClassName
{
color: #202A83;
}
</style>
background-color css
<style>
a { background-color: #202A83; }
a { background-color: rgb(32,42,131); }
div.DivClassName
{
background-color: #202A83;
}
.BgClassName
{
background-color: #202A83;
}
</style>
border-color css
<style>
span { border-color: #202A83; }
span { border-color: rgb(32,42,131); }
td.TdClassName
{
border-color: #202A83;
}
.TagClassName
{
border-color: #202A83;
}
</style>