Shades of Midnight Blue #202A7D
Tints of Midnight Blue #202A7D
RGB
CMYK
RGB Variations
Color information
#202A7D (or 0x202A7D) is known color: Midnight Blue. HEX triplet: 20, 2A and 7D. RGB value is (32,42,125). Sum of RGB (Red+Green+Blue) = 32+42+125=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #202A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A7D is #DFD582. Grayscale: #303030. Windows color (decimal): -14669187 or 8202784. OLE color: 8202784.
HSL color Cylindrical-coordinate representation of color #202A7D: hue angle of 233.55º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #202A7D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 42 | 125 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.51 |
| HSL | 233.55º | 0.59% | 0.31% | - |
| HSV(B) | 233.55º | 0.74% | 0.49% | - |
| XYZ | 5.13 | 3.44 | 19.8 | - |
| YUV | 48.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 125 | 0.74 | 0.66 | 0 | 0.51 | 233.55 | 0.59 | 0.31 |
| Hex | 20 | 2A | 7D | 4A | 42 | 0 | 33 | EA | 3B | 1F |
| Octal | 40 | 52 | 175 | 112 | 102 | 0 | 63 | 352 | 73 | 37 |
| Binary | 100000 | 101010 | 1111101 | 1001010 | 1000010 | 0 | 110011 | 11101010 | 111011 | 11111 |
Color Harmonies of #202A7D
Complementary color
Monochromatic Colors of #202A7D
Black with #202A7D
Text Example
Text Example
White with #202A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A7D; }
p { color: rgb(32,42,125); }
H1.HeaderClassName
{
color: #202A7D;
}
.AnyTagClassName
{
color: #202A7D;
}
</style>
background-color css
<style>
a { background-color: #202A7D; }
a { background-color: rgb(32,42,125); }
div.DivClassName
{
background-color: #202A7D;
}
.BgClassName
{
background-color: #202A7D;
}
</style>
border-color css
<style>
span { border-color: #202A7D; }
span { border-color: rgb(32,42,125); }
td.TdClassName
{
border-color: #202A7D;
}
.TagClassName
{
border-color: #202A7D;
}
</style>