Shades of Midnight Blue #202A6E
Tints of Midnight Blue #202A6E
RGB
CMYK
RGB Variations
Color information
#202A6E (or 0x202A6E) is known color: Midnight Blue. HEX triplet: 20, 2A and 6E. RGB value is (32,42,110). Sum of RGB (Red+Green+Blue) = 32+42+110=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #202A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A6E is #DFD591. Grayscale: #2E2E2E. Windows color (decimal): -14669202 or 7219744. OLE color: 7219744.
HSL color Cylindrical-coordinate representation of color #202A6E: hue angle of 232.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202A6E is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 42 | 110 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.57 |
| HSL | 232.31º | 0.55% | 0.28% | - |
| HSV(B) | 232.31º | 0.71% | 0.43% | - |
| XYZ | 4.24 | 3.09 | 15.12 | - |
| YUV | 46.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 110 | 0.71 | 0.62 | 0 | 0.57 | 232.31 | 0.55 | 0.28 |
| Hex | 20 | 2A | 6E | 47 | 3E | 0 | 39 | E8 | 37 | 1C |
| Octal | 40 | 52 | 156 | 107 | 76 | 0 | 71 | 350 | 67 | 34 |
| Binary | 100000 | 101010 | 1101110 | 1000111 | 111110 | 0 | 111001 | 11101000 | 110111 | 11100 |
Color Harmonies of #202A6E
Complementary color
Monochromatic Colors of #202A6E
Black with #202A6E
Text Example
Text Example
White with #202A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A6E; }
p { color: rgb(32,42,110); }
H1.HeaderClassName
{
color: #202A6E;
}
.AnyTagClassName
{
color: #202A6E;
}
</style>
background-color css
<style>
a { background-color: #202A6E; }
a { background-color: rgb(32,42,110); }
div.DivClassName
{
background-color: #202A6E;
}
.BgClassName
{
background-color: #202A6E;
}
</style>
border-color css
<style>
span { border-color: #202A6E; }
span { border-color: rgb(32,42,110); }
td.TdClassName
{
border-color: #202A6E;
}
.TagClassName
{
border-color: #202A6E;
}
</style>