Shades of Midnight Blue #201E82
Tints of Midnight Blue #201E82
RGB
CMYK
RGB Variations
Color information
#201E82 (or 0x201E82) is known color: Midnight Blue. HEX triplet: 20, 1E and 82. RGB value is (32,30,130). Sum of RGB (Red+Green+Blue) = 32+30+130=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #201E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E82 is #DFE17D. Grayscale: #292929. Windows color (decimal): -14672254 or 8527392. OLE color: 8527392.
HSL color Cylindrical-coordinate representation of color #201E82: hue angle of 241.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201E82 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 30 | 130 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.49 |
| HSL | 241.2º | 0.63% | 0.31% | - |
| HSV(B) | 241.2º | 0.77% | 0.51% | - |
| XYZ | 5.09 | 2.85 | 21.4 | - |
| YUV | 42 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 130 | 0.75 | 0.77 | 0 | 0.49 | 241.2 | 0.63 | 0.31 |
| Hex | 20 | 1E | 82 | 4B | 4D | 0 | 31 | F1 | 3E | 1F |
| Octal | 40 | 36 | 202 | 113 | 115 | 0 | 61 | 361 | 76 | 37 |
| Binary | 100000 | 11110 | 10000010 | 1001011 | 1001101 | 0 | 110001 | 11110001 | 111110 | 11111 |
Color Harmonies of #201E82
Complementary color
Monochromatic Colors of #201E82
Black with #201E82
Text Example
Text Example
White with #201E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E82; }
p { color: rgb(32,30,130); }
H1.HeaderClassName
{
color: #201E82;
}
.AnyTagClassName
{
color: #201E82;
}
</style>
background-color css
<style>
a { background-color: #201E82; }
a { background-color: rgb(32,30,130); }
div.DivClassName
{
background-color: #201E82;
}
.BgClassName
{
background-color: #201E82;
}
</style>
border-color css
<style>
span { border-color: #201E82; }
span { border-color: rgb(32,30,130); }
td.TdClassName
{
border-color: #201E82;
}
.TagClassName
{
border-color: #201E82;
}
</style>