Shades of Midnight Blue #201E7C
Tints of Midnight Blue #201E7C
RGB
CMYK
RGB Variations
Color information
#201E7C (or 0x201E7C) is known color: Midnight Blue. HEX triplet: 20, 1E and 7C. RGB value is (32,30,124). Sum of RGB (Red+Green+Blue) = 32+30+124=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #201E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E7C is #DFE183. Grayscale: #282828. Windows color (decimal): -14672260 or 8134176. OLE color: 8134176.
HSL color Cylindrical-coordinate representation of color #201E7C: hue angle of 241.28º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201E7C is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 30 | 124 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.51 |
| HSL | 241.28º | 0.61% | 0.3% | - |
| HSV(B) | 241.28º | 0.76% | 0.49% | - |
| XYZ | 4.7 | 2.69 | 19.34 | - |
| YUV | 41.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 124 | 0.74 | 0.76 | 0 | 0.51 | 241.28 | 0.61 | 0.3 |
| Hex | 20 | 1E | 7C | 4A | 4C | 0 | 33 | F1 | 3D | 1E |
| Octal | 40 | 36 | 174 | 112 | 114 | 0 | 63 | 361 | 75 | 36 |
| Binary | 100000 | 11110 | 1111100 | 1001010 | 1001100 | 0 | 110011 | 11110001 | 111101 | 11110 |
Color Harmonies of #201E7C
Complementary color
Monochromatic Colors of #201E7C
Black with #201E7C
Text Example
Text Example
White with #201E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E7C; }
p { color: rgb(32,30,124); }
H1.HeaderClassName
{
color: #201E7C;
}
.AnyTagClassName
{
color: #201E7C;
}
</style>
background-color css
<style>
a { background-color: #201E7C; }
a { background-color: rgb(32,30,124); }
div.DivClassName
{
background-color: #201E7C;
}
.BgClassName
{
background-color: #201E7C;
}
</style>
border-color css
<style>
span { border-color: #201E7C; }
span { border-color: rgb(32,30,124); }
td.TdClassName
{
border-color: #201E7C;
}
.TagClassName
{
border-color: #201E7C;
}
</style>