Shades of Midnight Blue #201280
Tints of Midnight Blue #201280
RGB
CMYK
RGB Variations
Color information
#201280 (or 0x201280) is known color: Midnight Blue. HEX triplet: 20, 12 and 80. RGB value is (32,18,128). Sum of RGB (Red+Green+Blue) = 32+18+128=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #201280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201280 is #DFED7F. Grayscale: #222222. Windows color (decimal): -14675328 or 8393248. OLE color: 8393248.
HSL color Cylindrical-coordinate representation of color #201280: hue angle of 247.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201280 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 18 | 128 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.50 |
| HSL | 247.64º | 0.75% | 0.29% | - |
| HSV(B) | 247.64º | 0.86% | 0.5% | - |
| XYZ | 4.71 | 2.3 | 20.62 | - |
| YUV | 34.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 128 | 0.75 | 0.86 | 0 | 0.50 | 247.64 | 0.75 | 0.29 |
| Hex | 20 | 12 | 80 | 4B | 56 | 0 | 32 | F8 | 4B | 1D |
| Octal | 40 | 22 | 200 | 113 | 126 | 0 | 62 | 370 | 113 | 35 |
| Binary | 100000 | 10010 | 10000000 | 1001011 | 1010110 | 0 | 110010 | 11111000 | 1001011 | 11101 |
Color Harmonies of #201280
Complementary color
Monochromatic Colors of #201280
Black with #201280
Text Example
Text Example
White with #201280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201280; }
p { color: rgb(32,18,128); }
H1.HeaderClassName
{
color: #201280;
}
.AnyTagClassName
{
color: #201280;
}
</style>
background-color css
<style>
a { background-color: #201280; }
a { background-color: rgb(32,18,128); }
div.DivClassName
{
background-color: #201280;
}
.BgClassName
{
background-color: #201280;
}
</style>
border-color css
<style>
span { border-color: #201280; }
span { border-color: rgb(32,18,128); }
td.TdClassName
{
border-color: #201280;
}
.TagClassName
{
border-color: #201280;
}
</style>