Shades of Midnight Blue #201F7C
Tints of Midnight Blue #201F7C
RGB
CMYK
RGB Variations
Color information
#201F7C (or 0x201F7C) is known color: Midnight Blue. HEX triplet: 20, 1F and 7C. RGB value is (32,31,124). Sum of RGB (Red+Green+Blue) = 32+31+124=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #201F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F7C is #DFE083. Grayscale: #292929. Windows color (decimal): -14672004 or 8134432. OLE color: 8134432.
HSL color Cylindrical-coordinate representation of color #201F7C: hue angle of 240.65º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201F7C is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 31 | 124 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.51 |
| HSL | 240.65º | 0.6% | 0.3% | - |
| HSV(B) | 240.65º | 0.75% | 0.49% | - |
| XYZ | 4.72 | 2.74 | 19.35 | - |
| YUV | 41.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 124 | 0.74 | 0.75 | 0 | 0.51 | 240.65 | 0.6 | 0.3 |
| Hex | 20 | 1F | 7C | 4A | 4B | 0 | 33 | F1 | 3C | 1E |
| Octal | 40 | 37 | 174 | 112 | 113 | 0 | 63 | 361 | 74 | 36 |
| Binary | 100000 | 11111 | 1111100 | 1001010 | 1001011 | 0 | 110011 | 11110001 | 111100 | 11110 |
Color Harmonies of #201F7C
Complementary color
Monochromatic Colors of #201F7C
Black with #201F7C
Text Example
Text Example
White with #201F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F7C; }
p { color: rgb(32,31,124); }
H1.HeaderClassName
{
color: #201F7C;
}
.AnyTagClassName
{
color: #201F7C;
}
</style>
background-color css
<style>
a { background-color: #201F7C; }
a { background-color: rgb(32,31,124); }
div.DivClassName
{
background-color: #201F7C;
}
.BgClassName
{
background-color: #201F7C;
}
</style>
border-color css
<style>
span { border-color: #201F7C; }
span { border-color: rgb(32,31,124); }
td.TdClassName
{
border-color: #201F7C;
}
.TagClassName
{
border-color: #201F7C;
}
</style>