Shades of Midnight Blue #201680
Tints of Midnight Blue #201680
RGB
CMYK
RGB Variations
Color information
#201680 (or 0x201680) is known color: Midnight Blue. HEX triplet: 20, 16 and 80. RGB value is (32,22,128). Sum of RGB (Red+Green+Blue) = 32+22+128=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #201680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201680 is #DFE97F. Grayscale: #242424. Windows color (decimal): -14674304 or 8394272. OLE color: 8394272.
HSL color Cylindrical-coordinate representation of color #201680: hue angle of 245.66º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201680 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 22 | 128 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.50 |
| HSL | 245.66º | 0.71% | 0.29% | - |
| HSV(B) | 245.66º | 0.83% | 0.5% | - |
| XYZ | 4.78 | 2.44 | 20.64 | - |
| YUV | 37.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 128 | 0.75 | 0.83 | 0 | 0.50 | 245.66 | 0.71 | 0.29 |
| Hex | 20 | 16 | 80 | 4B | 53 | 0 | 32 | F6 | 47 | 1D |
| Octal | 40 | 26 | 200 | 113 | 123 | 0 | 62 | 366 | 107 | 35 |
| Binary | 100000 | 10110 | 10000000 | 1001011 | 1010011 | 0 | 110010 | 11110110 | 1000111 | 11101 |
Color Harmonies of #201680
Complementary color
Monochromatic Colors of #201680
Black with #201680
Text Example
Text Example
White with #201680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201680; }
p { color: rgb(32,22,128); }
H1.HeaderClassName
{
color: #201680;
}
.AnyTagClassName
{
color: #201680;
}
</style>
background-color css
<style>
a { background-color: #201680; }
a { background-color: rgb(32,22,128); }
div.DivClassName
{
background-color: #201680;
}
.BgClassName
{
background-color: #201680;
}
</style>
border-color css
<style>
span { border-color: #201680; }
span { border-color: rgb(32,22,128); }
td.TdClassName
{
border-color: #201680;
}
.TagClassName
{
border-color: #201680;
}
</style>