Shades of Midnight Blue #202C82
Tints of Midnight Blue #202C82
RGB
CMYK
RGB Variations
Color information
#202C82 (or 0x202C82) is known color: Midnight Blue. HEX triplet: 20, 2C and 82. RGB value is (32,44,130). Sum of RGB (Red+Green+Blue) = 32+44+130=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #202C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C82 is #DFD37D. Grayscale: #313131. Windows color (decimal): -14668670 or 8530976. OLE color: 8530976.
HSL color Cylindrical-coordinate representation of color #202C82: hue angle of 232.65º 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 #202C82 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 44 | 130 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.49 |
| HSL | 232.65º | 0.6% | 0.32% | - |
| HSV(B) | 232.65º | 0.75% | 0.51% | - |
| XYZ | 5.53 | 3.72 | 21.55 | - |
| YUV | 50.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 130 | 0.75 | 0.66 | 0 | 0.49 | 232.65 | 0.6 | 0.32 |
| Hex | 20 | 2C | 82 | 4B | 42 | 0 | 31 | E9 | 3C | 20 |
| Octal | 40 | 54 | 202 | 113 | 102 | 0 | 61 | 351 | 74 | 40 |
| Binary | 100000 | 101100 | 10000010 | 1001011 | 1000010 | 0 | 110001 | 11101001 | 111100 | 100000 |
Color Harmonies of #202C82
Complementary color
Monochromatic Colors of #202C82
Black with #202C82
Text Example
Text Example
White with #202C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C82; }
p { color: rgb(32,44,130); }
H1.HeaderClassName
{
color: #202C82;
}
.AnyTagClassName
{
color: #202C82;
}
</style>
background-color css
<style>
a { background-color: #202C82; }
a { background-color: rgb(32,44,130); }
div.DivClassName
{
background-color: #202C82;
}
.BgClassName
{
background-color: #202C82;
}
</style>
border-color css
<style>
span { border-color: #202C82; }
span { border-color: rgb(32,44,130); }
td.TdClassName
{
border-color: #202C82;
}
.TagClassName
{
border-color: #202C82;
}
</style>