Shades of Midnight Blue #201965
Tints of Midnight Blue #201965
RGB
CMYK
RGB Variations
Color information
#201965 (or 0x201965) is known color: Midnight Blue. HEX triplet: 20, 19 and 65. RGB value is (32,25,101). Sum of RGB (Red+Green+Blue) = 32+25+101=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #201965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201965 is #DFE69A. Grayscale: #232323. Windows color (decimal): -14673563 or 6625568. OLE color: 6625568.
HSL color Cylindrical-coordinate representation of color #201965: hue angle of 245.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201965 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 25 | 101 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.60 |
| HSL | 245.53º | 0.6% | 0.25% | - |
| HSV(B) | 245.53º | 0.75% | 0.4% | - |
| XYZ | 3.29 | 1.94 | 12.51 | - |
| YUV | 35.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 101 | 0.68 | 0.75 | 0 | 0.60 | 245.53 | 0.6 | 0.25 |
| Hex | 20 | 19 | 65 | 44 | 4B | 0 | 3C | F6 | 3C | 19 |
| Octal | 40 | 31 | 145 | 104 | 113 | 0 | 74 | 366 | 74 | 31 |
| Binary | 100000 | 11001 | 1100101 | 1000100 | 1001011 | 0 | 111100 | 11110110 | 111100 | 11001 |
Color Harmonies of #201965
Complementary color
Monochromatic Colors of #201965
Black with #201965
Text Example
Text Example
White with #201965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201965; }
p { color: rgb(32,25,101); }
H1.HeaderClassName
{
color: #201965;
}
.AnyTagClassName
{
color: #201965;
}
</style>
background-color css
<style>
a { background-color: #201965; }
a { background-color: rgb(32,25,101); }
div.DivClassName
{
background-color: #201965;
}
.BgClassName
{
background-color: #201965;
}
</style>
border-color css
<style>
span { border-color: #201965; }
span { border-color: rgb(32,25,101); }
td.TdClassName
{
border-color: #201965;
}
.TagClassName
{
border-color: #201965;
}
</style>