Shades of Midnight Blue #201F87
Tints of Midnight Blue #201F87
RGB
CMYK
RGB Variations
Color information
#201F87 (or 0x201F87) is known color: Midnight Blue. HEX triplet: 20, 1F and 87. RGB value is (32,31,135). Sum of RGB (Red+Green+Blue) = 32+31+135=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #201F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F87 is #DFE078. Grayscale: #2A2A2A. Windows color (decimal): -14671993 or 8855328. OLE color: 8855328.
HSL color Cylindrical-coordinate representation of color #201F87: hue angle of 240.58º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201F87 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 31 | 135 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.47 |
| HSL | 240.58º | 0.63% | 0.33% | - |
| HSV(B) | 240.58º | 0.77% | 0.53% | - |
| XYZ | 5.46 | 3.04 | 23.22 | - |
| YUV | 43.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 135 | 0.76 | 0.77 | 0 | 0.47 | 240.58 | 0.63 | 0.33 |
| Hex | 20 | 1F | 87 | 4C | 4D | 0 | 2F | F1 | 3F | 21 |
| Octal | 40 | 37 | 207 | 114 | 115 | 0 | 57 | 361 | 77 | 41 |
| Binary | 100000 | 11111 | 10000111 | 1001100 | 1001101 | 0 | 101111 | 11110001 | 111111 | 100001 |
Color Harmonies of #201F87
Complementary color
Monochromatic Colors of #201F87
Black with #201F87
Text Example
Text Example
White with #201F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F87; }
p { color: rgb(32,31,135); }
H1.HeaderClassName
{
color: #201F87;
}
.AnyTagClassName
{
color: #201F87;
}
</style>
background-color css
<style>
a { background-color: #201F87; }
a { background-color: rgb(32,31,135); }
div.DivClassName
{
background-color: #201F87;
}
.BgClassName
{
background-color: #201F87;
}
</style>
border-color css
<style>
span { border-color: #201F87; }
span { border-color: rgb(32,31,135); }
td.TdClassName
{
border-color: #201F87;
}
.TagClassName
{
border-color: #201F87;
}
</style>