Shades of Midnight Blue #201A62
Tints of Midnight Blue #201A62
RGB
CMYK
RGB Variations
Color information
#201A62 (or 0x201A62) is known color: Midnight Blue. HEX triplet: 20, 1A and 62. RGB value is (32,26,98). Sum of RGB (Red+Green+Blue) = 32+26+98=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #201A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A62 is #DFE59D. Grayscale: #232323. Windows color (decimal): -14673310 or 6429216. OLE color: 6429216.
HSL color Cylindrical-coordinate representation of color #201A62: hue angle of 245º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201A62 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 26 | 98 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.62 |
| HSL | 245º | 0.58% | 0.24% | - |
| HSV(B) | 245º | 0.73% | 0.38% | - |
| XYZ | 3.17 | 1.93 | 11.76 | - |
| YUV | 36 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 98 | 0.67 | 0.73 | 0 | 0.62 | 245 | 0.58 | 0.24 |
| Hex | 20 | 1A | 62 | 43 | 49 | 0 | 3E | F5 | 3A | 18 |
| Octal | 40 | 32 | 142 | 103 | 111 | 0 | 76 | 365 | 72 | 30 |
| Binary | 100000 | 11010 | 1100010 | 1000011 | 1001001 | 0 | 111110 | 11110101 | 111010 | 11000 |
Color Harmonies of #201A62
Complementary color
Monochromatic Colors of #201A62
Black with #201A62
Text Example
Text Example
White with #201A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A62; }
p { color: rgb(32,26,98); }
H1.HeaderClassName
{
color: #201A62;
}
.AnyTagClassName
{
color: #201A62;
}
</style>
background-color css
<style>
a { background-color: #201A62; }
a { background-color: rgb(32,26,98); }
div.DivClassName
{
background-color: #201A62;
}
.BgClassName
{
background-color: #201A62;
}
</style>
border-color css
<style>
span { border-color: #201A62; }
span { border-color: rgb(32,26,98); }
td.TdClassName
{
border-color: #201A62;
}
.TagClassName
{
border-color: #201A62;
}
</style>