Shades of Midnight Blue #201E6F
Tints of Midnight Blue #201E6F
RGB
CMYK
RGB Variations
Color information
#201E6F (or 0x201E6F) is known color: Midnight Blue. HEX triplet: 20, 1E and 6F. RGB value is (32,30,111). Sum of RGB (Red+Green+Blue) = 32+30+111=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #201E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E6F is #DFE190. Grayscale: #272727. Windows color (decimal): -14672273 or 7282208. OLE color: 7282208.
HSL color Cylindrical-coordinate representation of color #201E6F: hue angle of 241.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201E6F is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 30 | 111 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.56 |
| HSL | 241.48º | 0.57% | 0.28% | - |
| HSV(B) | 241.48º | 0.73% | 0.44% | - |
| XYZ | 3.93 | 2.38 | 15.29 | - |
| YUV | 39.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 111 | 0.71 | 0.73 | 0 | 0.56 | 241.48 | 0.57 | 0.28 |
| Hex | 20 | 1E | 6F | 47 | 49 | 0 | 38 | F1 | 39 | 1C |
| Octal | 40 | 36 | 157 | 107 | 111 | 0 | 70 | 361 | 71 | 34 |
| Binary | 100000 | 11110 | 1101111 | 1000111 | 1001001 | 0 | 111000 | 11110001 | 111001 | 11100 |
Color Harmonies of #201E6F
Complementary color
Monochromatic Colors of #201E6F
Black with #201E6F
Text Example
Text Example
White with #201E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E6F; }
p { color: rgb(32,30,111); }
H1.HeaderClassName
{
color: #201E6F;
}
.AnyTagClassName
{
color: #201E6F;
}
</style>
background-color css
<style>
a { background-color: #201E6F; }
a { background-color: rgb(32,30,111); }
div.DivClassName
{
background-color: #201E6F;
}
.BgClassName
{
background-color: #201E6F;
}
</style>
border-color css
<style>
span { border-color: #201E6F; }
span { border-color: rgb(32,30,111); }
td.TdClassName
{
border-color: #201E6F;
}
.TagClassName
{
border-color: #201E6F;
}
</style>