Shades of Midnight Blue #201764
Tints of Midnight Blue #201764
RGB
CMYK
RGB Variations
Color information
#201764 (or 0x201764) is known color: Midnight Blue. HEX triplet: 20, 17 and 64. RGB value is (32,23,100). Sum of RGB (Red+Green+Blue) = 32+23+100=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #201764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201764 is #DFE89B. Grayscale: #222222. Windows color (decimal): -14674076 or 6559520. OLE color: 6559520.
HSL color Cylindrical-coordinate representation of color #201764: hue angle of 247.01º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201764 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 23 | 100 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.61 |
| HSL | 247.01º | 0.63% | 0.24% | - |
| HSV(B) | 247.01º | 0.77% | 0.39% | - |
| XYZ | 3.2 | 1.84 | 12.24 | - |
| YUV | 34.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 100 | 0.68 | 0.77 | 0 | 0.61 | 247.01 | 0.63 | 0.24 |
| Hex | 20 | 17 | 64 | 44 | 4D | 0 | 3D | F7 | 3F | 18 |
| Octal | 40 | 27 | 144 | 104 | 115 | 0 | 75 | 367 | 77 | 30 |
| Binary | 100000 | 10111 | 1100100 | 1000100 | 1001101 | 0 | 111101 | 11110111 | 111111 | 11000 |
Color Harmonies of #201764
Complementary color
Monochromatic Colors of #201764
Black with #201764
Text Example
Text Example
White with #201764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201764; }
p { color: rgb(32,23,100); }
H1.HeaderClassName
{
color: #201764;
}
.AnyTagClassName
{
color: #201764;
}
</style>
background-color css
<style>
a { background-color: #201764; }
a { background-color: rgb(32,23,100); }
div.DivClassName
{
background-color: #201764;
}
.BgClassName
{
background-color: #201764;
}
</style>
border-color css
<style>
span { border-color: #201764; }
span { border-color: rgb(32,23,100); }
td.TdClassName
{
border-color: #201764;
}
.TagClassName
{
border-color: #201764;
}
</style>