Shades of Midnight Blue #201A80
Tints of Midnight Blue #201A80
RGB
CMYK
RGB Variations
Color information
#201A80 (or 0x201A80) is known color: Midnight Blue. HEX triplet: 20, 1A and 80. RGB value is (32,26,128). Sum of RGB (Red+Green+Blue) = 32+26+128=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #201A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A80 is #DFE57F. Grayscale: #272727. Windows color (decimal): -14673280 or 8395296. OLE color: 8395296.
HSL color Cylindrical-coordinate representation of color #201A80: hue angle of 243.53º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201A80 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 26 | 128 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.50 |
| HSL | 243.53º | 0.66% | 0.3% | - |
| HSV(B) | 243.53º | 0.8% | 0.5% | - |
| XYZ | 4.86 | 2.6 | 20.67 | - |
| YUV | 39.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 128 | 0.75 | 0.80 | 0 | 0.50 | 243.53 | 0.66 | 0.3 |
| Hex | 20 | 1A | 80 | 4B | 50 | 0 | 32 | F4 | 42 | 1E |
| Octal | 40 | 32 | 200 | 113 | 120 | 0 | 62 | 364 | 102 | 36 |
| Binary | 100000 | 11010 | 10000000 | 1001011 | 1010000 | 0 | 110010 | 11110100 | 1000010 | 11110 |
Color Harmonies of #201A80
Complementary color
Monochromatic Colors of #201A80
Black with #201A80
Text Example
Text Example
White with #201A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A80; }
p { color: rgb(32,26,128); }
H1.HeaderClassName
{
color: #201A80;
}
.AnyTagClassName
{
color: #201A80;
}
</style>
background-color css
<style>
a { background-color: #201A80; }
a { background-color: rgb(32,26,128); }
div.DivClassName
{
background-color: #201A80;
}
.BgClassName
{
background-color: #201A80;
}
</style>
border-color css
<style>
span { border-color: #201A80; }
span { border-color: rgb(32,26,128); }
td.TdClassName
{
border-color: #201A80;
}
.TagClassName
{
border-color: #201A80;
}
</style>