Shades of Midnight Blue #201985
Tints of Midnight Blue #201985
RGB
CMYK
RGB Variations
Color information
#201985 (or 0x201985) is known color: Midnight Blue. HEX triplet: 20, 19 and 85. RGB value is (32,25,133). Sum of RGB (Red+Green+Blue) = 32+25+133=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #201985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201985 is #DFE67A. Grayscale: #262626. Windows color (decimal): -14673531 or 8722720. OLE color: 8722720.
HSL color Cylindrical-coordinate representation of color #201985: hue angle of 243.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201985 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 25 | 133 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.48 |
| HSL | 243.89º | 0.68% | 0.31% | - |
| HSV(B) | 243.89º | 0.81% | 0.52% | - |
| XYZ | 5.18 | 2.7 | 22.44 | - |
| YUV | 39.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 133 | 0.76 | 0.81 | 0 | 0.48 | 243.89 | 0.68 | 0.31 |
| Hex | 20 | 19 | 85 | 4C | 51 | 0 | 30 | F4 | 44 | 1F |
| Octal | 40 | 31 | 205 | 114 | 121 | 0 | 60 | 364 | 104 | 37 |
| Binary | 100000 | 11001 | 10000101 | 1001100 | 1010001 | 0 | 110000 | 11110100 | 1000100 | 11111 |
Color Harmonies of #201985
Complementary color
Monochromatic Colors of #201985
Black with #201985
Text Example
Text Example
White with #201985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201985; }
p { color: rgb(32,25,133); }
H1.HeaderClassName
{
color: #201985;
}
.AnyTagClassName
{
color: #201985;
}
</style>
background-color css
<style>
a { background-color: #201985; }
a { background-color: rgb(32,25,133); }
div.DivClassName
{
background-color: #201985;
}
.BgClassName
{
background-color: #201985;
}
</style>
border-color css
<style>
span { border-color: #201985; }
span { border-color: rgb(32,25,133); }
td.TdClassName
{
border-color: #201985;
}
.TagClassName
{
border-color: #201985;
}
</style>