Shades of Midnight Blue #201A85
Tints of Midnight Blue #201A85
RGB
CMYK
RGB Variations
Color information
#201A85 (or 0x201A85) is known color: Midnight Blue. HEX triplet: 20, 1A and 85. RGB value is (32,26,133). Sum of RGB (Red+Green+Blue) = 32+26+133=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #201A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A85 is #DFE57A. Grayscale: #272727. Windows color (decimal): -14673275 or 8722976. OLE color: 8722976.
HSL color Cylindrical-coordinate representation of color #201A85: hue angle of 243.36º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201A85 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 26 | 133 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.48 |
| HSL | 243.36º | 0.67% | 0.31% | - |
| HSV(B) | 243.36º | 0.8% | 0.52% | - |
| XYZ | 5.2 | 2.74 | 22.45 | - |
| YUV | 39.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 133 | 0.76 | 0.80 | 0 | 0.48 | 243.36 | 0.67 | 0.31 |
| Hex | 20 | 1A | 85 | 4C | 50 | 0 | 30 | F3 | 43 | 1F |
| Octal | 40 | 32 | 205 | 114 | 120 | 0 | 60 | 363 | 103 | 37 |
| Binary | 100000 | 11010 | 10000101 | 1001100 | 1010000 | 0 | 110000 | 11110011 | 1000011 | 11111 |
Color Harmonies of #201A85
Complementary color
Monochromatic Colors of #201A85
Black with #201A85
Text Example
Text Example
White with #201A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A85; }
p { color: rgb(32,26,133); }
H1.HeaderClassName
{
color: #201A85;
}
.AnyTagClassName
{
color: #201A85;
}
</style>
background-color css
<style>
a { background-color: #201A85; }
a { background-color: rgb(32,26,133); }
div.DivClassName
{
background-color: #201A85;
}
.BgClassName
{
background-color: #201A85;
}
</style>
border-color css
<style>
span { border-color: #201A85; }
span { border-color: rgb(32,26,133); }
td.TdClassName
{
border-color: #201A85;
}
.TagClassName
{
border-color: #201A85;
}
</style>