Shades of Midnight Blue #201A82
Tints of Midnight Blue #201A82
RGB
CMYK
RGB Variations
Color information
#201A82 (or 0x201A82) is known color: Midnight Blue. HEX triplet: 20, 1A and 82. RGB value is (32,26,130). Sum of RGB (Red+Green+Blue) = 32+26+130=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #201A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A82 is #DFE57D. Grayscale: #272727. Windows color (decimal): -14673278 or 8526368. OLE color: 8526368.
HSL color Cylindrical-coordinate representation of color #201A82: hue angle of 243.46º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201A82 is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 26 | 130 | - |
| CMYK | 0.75 | 0.8 | 0 | 0.49 |
| HSL | 243.46º | 0.67% | 0.31% | - |
| HSV(B) | 243.46º | 0.8% | 0.51% | - |
| XYZ | 4.99 | 2.66 | 21.37 | - |
| YUV | 39.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 130 | 0.75 | 0.8 | 0 | 0.49 | 243.46 | 0.67 | 0.31 |
| Hex | 20 | 1A | 82 | 4B | 50 | 0 | 31 | F3 | 43 | 1F |
| Octal | 40 | 32 | 202 | 113 | 120 | 0 | 61 | 363 | 103 | 37 |
| Binary | 100000 | 11010 | 10000010 | 1001011 | 1010000 | 0 | 110001 | 11110011 | 1000011 | 11111 |
Color Harmonies of #201A82
Complementary color
Monochromatic Colors of #201A82
Black with #201A82
Text Example
Text Example
White with #201A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A82; }
p { color: rgb(32,26,130); }
H1.HeaderClassName
{
color: #201A82;
}
.AnyTagClassName
{
color: #201A82;
}
</style>
background-color css
<style>
a { background-color: #201A82; }
a { background-color: rgb(32,26,130); }
div.DivClassName
{
background-color: #201A82;
}
.BgClassName
{
background-color: #201A82;
}
</style>
border-color css
<style>
span { border-color: #201A82; }
span { border-color: rgb(32,26,130); }
td.TdClassName
{
border-color: #201A82;
}
.TagClassName
{
border-color: #201A82;
}
</style>