Shades of Midnight Blue #201665
Tints of Midnight Blue #201665
RGB
CMYK
RGB Variations
Color information
#201665 (or 0x201665) is known color: Midnight Blue. HEX triplet: 20, 16 and 65. RGB value is (32,22,101). Sum of RGB (Red+Green+Blue) = 32+22+101=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #201665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201665 is #DFE99A. Grayscale: #212121. Windows color (decimal): -14674331 or 6624800. OLE color: 6624800.
HSL color Cylindrical-coordinate representation of color #201665: hue angle of 247.59º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201665 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 22 | 101 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.60 |
| HSL | 247.59º | 0.64% | 0.24% | - |
| HSV(B) | 247.59º | 0.78% | 0.4% | - |
| XYZ | 3.23 | 1.82 | 12.49 | - |
| YUV | 34 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 101 | 0.68 | 0.78 | 0 | 0.60 | 247.59 | 0.64 | 0.24 |
| Hex | 20 | 16 | 65 | 44 | 4E | 0 | 3C | F8 | 40 | 18 |
| Octal | 40 | 26 | 145 | 104 | 116 | 0 | 74 | 370 | 100 | 30 |
| Binary | 100000 | 10110 | 1100101 | 1000100 | 1001110 | 0 | 111100 | 11111000 | 1000000 | 11000 |
Color Harmonies of #201665
Complementary color
Monochromatic Colors of #201665
Black with #201665
Text Example
Text Example
White with #201665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201665; }
p { color: rgb(32,22,101); }
H1.HeaderClassName
{
color: #201665;
}
.AnyTagClassName
{
color: #201665;
}
</style>
background-color css
<style>
a { background-color: #201665; }
a { background-color: rgb(32,22,101); }
div.DivClassName
{
background-color: #201665;
}
.BgClassName
{
background-color: #201665;
}
</style>
border-color css
<style>
span { border-color: #201665; }
span { border-color: rgb(32,22,101); }
td.TdClassName
{
border-color: #201665;
}
.TagClassName
{
border-color: #201665;
}
</style>