Shades of Midnight Blue #201763
Tints of Midnight Blue #201763
RGB
CMYK
RGB Variations
Color information
#201763 (or 0x201763) is known color: Midnight Blue. HEX triplet: 20, 17 and 63. RGB value is (32,23,99). Sum of RGB (Red+Green+Blue) = 32+23+99=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #201763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201763 is #DFE89C. Grayscale: #222222. Windows color (decimal): -14674077 or 6493984. OLE color: 6493984.
HSL color Cylindrical-coordinate representation of color #201763: hue angle of 247.11º degrees, saturation: 0.62, 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 #201763 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 23 | 99 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.61 |
| HSL | 247.11º | 0.62% | 0.24% | - |
| HSV(B) | 247.11º | 0.77% | 0.39% | - |
| XYZ | 3.15 | 1.82 | 11.99 | - |
| YUV | 34.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 99 | 0.68 | 0.77 | 0 | 0.61 | 247.11 | 0.62 | 0.24 |
| Hex | 20 | 17 | 63 | 44 | 4D | 0 | 3D | F7 | 3E | 18 |
| Octal | 40 | 27 | 143 | 104 | 115 | 0 | 75 | 367 | 76 | 30 |
| Binary | 100000 | 10111 | 1100011 | 1000100 | 1001101 | 0 | 111101 | 11110111 | 111110 | 11000 |
Color Harmonies of #201763
Complementary color
Monochromatic Colors of #201763
Black with #201763
Text Example
Text Example
White with #201763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201763; }
p { color: rgb(32,23,99); }
H1.HeaderClassName
{
color: #201763;
}
.AnyTagClassName
{
color: #201763;
}
</style>
background-color css
<style>
a { background-color: #201763; }
a { background-color: rgb(32,23,99); }
div.DivClassName
{
background-color: #201763;
}
.BgClassName
{
background-color: #201763;
}
</style>
border-color css
<style>
span { border-color: #201763; }
span { border-color: rgb(32,23,99); }
td.TdClassName
{
border-color: #201763;
}
.TagClassName
{
border-color: #201763;
}
</style>