Shades of Midnight Blue #201962
Tints of Midnight Blue #201962
RGB
CMYK
RGB Variations
Color information
#201962 (or 0x201962) is known color: Midnight Blue. HEX triplet: 20, 19 and 62. RGB value is (32,25,98). Sum of RGB (Red+Green+Blue) = 32+25+98=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #201962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201962 is #DFE69D. Grayscale: #232323. Windows color (decimal): -14673566 or 6428960. OLE color: 6428960.
HSL color Cylindrical-coordinate representation of color #201962: hue angle of 245.75º 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 #201962 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 25 | 98 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.62 |
| HSL | 245.75º | 0.59% | 0.24% | - |
| HSV(B) | 245.75º | 0.74% | 0.38% | - |
| XYZ | 3.15 | 1.88 | 11.75 | - |
| YUV | 35.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 98 | 0.67 | 0.74 | 0 | 0.62 | 245.75 | 0.59 | 0.24 |
| Hex | 20 | 19 | 62 | 43 | 4A | 0 | 3E | F6 | 3B | 18 |
| Octal | 40 | 31 | 142 | 103 | 112 | 0 | 76 | 366 | 73 | 30 |
| Binary | 100000 | 11001 | 1100010 | 1000011 | 1001010 | 0 | 111110 | 11110110 | 111011 | 11000 |
Color Harmonies of #201962
Complementary color
Monochromatic Colors of #201962
Black with #201962
Text Example
Text Example
White with #201962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201962; }
p { color: rgb(32,25,98); }
H1.HeaderClassName
{
color: #201962;
}
.AnyTagClassName
{
color: #201962;
}
</style>
background-color css
<style>
a { background-color: #201962; }
a { background-color: rgb(32,25,98); }
div.DivClassName
{
background-color: #201962;
}
.BgClassName
{
background-color: #201962;
}
</style>
border-color css
<style>
span { border-color: #201962; }
span { border-color: rgb(32,25,98); }
td.TdClassName
{
border-color: #201962;
}
.TagClassName
{
border-color: #201962;
}
</style>