Shades of Midnight Blue #201E6E
Tints of Midnight Blue #201E6E
RGB
CMYK
RGB Variations
Color information
#201E6E (or 0x201E6E) is known color: Midnight Blue. HEX triplet: 20, 1E and 6E. RGB value is (32,30,110). Sum of RGB (Red+Green+Blue) = 32+30+110=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #201E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E6E is #DFE191. Grayscale: #272727. Windows color (decimal): -14672274 or 7216672. OLE color: 7216672.
HSL color Cylindrical-coordinate representation of color #201E6E: hue angle of 241.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201E6E is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 30 | 110 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.57 |
| HSL | 241.5º | 0.57% | 0.27% | - |
| HSV(B) | 241.5º | 0.73% | 0.43% | - |
| XYZ | 3.87 | 2.36 | 15 | - |
| YUV | 39.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 110 | 0.71 | 0.73 | 0 | 0.57 | 241.5 | 0.57 | 0.27 |
| Hex | 20 | 1E | 6E | 47 | 49 | 0 | 39 | F2 | 39 | 1B |
| Octal | 40 | 36 | 156 | 107 | 111 | 0 | 71 | 362 | 71 | 33 |
| Binary | 100000 | 11110 | 1101110 | 1000111 | 1001001 | 0 | 111001 | 11110010 | 111001 | 11011 |
Color Harmonies of #201E6E
Complementary color
Monochromatic Colors of #201E6E
Black with #201E6E
Text Example
Text Example
White with #201E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E6E; }
p { color: rgb(32,30,110); }
H1.HeaderClassName
{
color: #201E6E;
}
.AnyTagClassName
{
color: #201E6E;
}
</style>
background-color css
<style>
a { background-color: #201E6E; }
a { background-color: rgb(32,30,110); }
div.DivClassName
{
background-color: #201E6E;
}
.BgClassName
{
background-color: #201E6E;
}
</style>
border-color css
<style>
span { border-color: #201E6E; }
span { border-color: rgb(32,30,110); }
td.TdClassName
{
border-color: #201E6E;
}
.TagClassName
{
border-color: #201E6E;
}
</style>