Shades of Midnight Blue #201A7D
Tints of Midnight Blue #201A7D
RGB
CMYK
RGB Variations
Color information
#201A7D (or 0x201A7D) is known color: Midnight Blue. HEX triplet: 20, 1A and 7D. RGB value is (32,26,125). Sum of RGB (Red+Green+Blue) = 32+26+125=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #201A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A7D is #DFE582. Grayscale: #262626. Windows color (decimal): -14673283 or 8198688. OLE color: 8198688.
HSL color Cylindrical-coordinate representation of color #201A7D: hue angle of 243.64º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201A7D is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 26 | 125 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.51 |
| HSL | 243.64º | 0.66% | 0.3% | - |
| HSV(B) | 243.64º | 0.79% | 0.49% | - |
| XYZ | 4.67 | 2.53 | 19.64 | - |
| YUV | 39.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 125 | 0.74 | 0.79 | 0 | 0.51 | 243.64 | 0.66 | 0.3 |
| Hex | 20 | 1A | 7D | 4A | 4F | 0 | 33 | F4 | 42 | 1E |
| Octal | 40 | 32 | 175 | 112 | 117 | 0 | 63 | 364 | 102 | 36 |
| Binary | 100000 | 11010 | 1111101 | 1001010 | 1001111 | 0 | 110011 | 11110100 | 1000010 | 11110 |
Color Harmonies of #201A7D
Complementary color
Monochromatic Colors of #201A7D
Black with #201A7D
Text Example
Text Example
White with #201A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A7D; }
p { color: rgb(32,26,125); }
H1.HeaderClassName
{
color: #201A7D;
}
.AnyTagClassName
{
color: #201A7D;
}
</style>
background-color css
<style>
a { background-color: #201A7D; }
a { background-color: rgb(32,26,125); }
div.DivClassName
{
background-color: #201A7D;
}
.BgClassName
{
background-color: #201A7D;
}
</style>
border-color css
<style>
span { border-color: #201A7D; }
span { border-color: rgb(32,26,125); }
td.TdClassName
{
border-color: #201A7D;
}
.TagClassName
{
border-color: #201A7D;
}
</style>