Shades of Midnight Blue #201961
Tints of Midnight Blue #201961
RGB
CMYK
RGB Variations
Color information
#201961 (or 0x201961) is known color: Midnight Blue. HEX triplet: 20, 19 and 61. RGB value is (32,25,97). Sum of RGB (Red+Green+Blue) = 32+25+97=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #201961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201961 is #DFE69E. Grayscale: #232323. Windows color (decimal): -14673567 or 6363424. OLE color: 6363424.
HSL color Cylindrical-coordinate representation of color #201961: hue angle of 245.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201961 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 25 | 97 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.62 |
| HSL | 245.83º | 0.59% | 0.24% | - |
| HSV(B) | 245.83º | 0.74% | 0.38% | - |
| XYZ | 3.1 | 1.87 | 11.51 | - |
| YUV | 35.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 97 | 0.67 | 0.74 | 0 | 0.62 | 245.83 | 0.59 | 0.24 |
| Hex | 20 | 19 | 61 | 43 | 4A | 0 | 3E | F6 | 3B | 18 |
| Octal | 40 | 31 | 141 | 103 | 112 | 0 | 76 | 366 | 73 | 30 |
| Binary | 100000 | 11001 | 1100001 | 1000011 | 1001010 | 0 | 111110 | 11110110 | 111011 | 11000 |
Color Harmonies of #201961
Complementary color
Monochromatic Colors of #201961
Black with #201961
Text Example
Text Example
White with #201961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201961; }
p { color: rgb(32,25,97); }
H1.HeaderClassName
{
color: #201961;
}
.AnyTagClassName
{
color: #201961;
}
</style>
background-color css
<style>
a { background-color: #201961; }
a { background-color: rgb(32,25,97); }
div.DivClassName
{
background-color: #201961;
}
.BgClassName
{
background-color: #201961;
}
</style>
border-color css
<style>
span { border-color: #201961; }
span { border-color: rgb(32,25,97); }
td.TdClassName
{
border-color: #201961;
}
.TagClassName
{
border-color: #201961;
}
</style>