Shades of Midnight Blue #201262
Tints of Midnight Blue #201262
RGB
CMYK
RGB Variations
Color information
#201262 (or 0x201262) is known color: Midnight Blue. HEX triplet: 20, 12 and 62. RGB value is (32,18,98). Sum of RGB (Red+Green+Blue) = 32+18+98=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #201262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201262 is #DFED9D. Grayscale: #1F1F1F. Windows color (decimal): -14675358 or 6427168. OLE color: 6427168.
HSL color Cylindrical-coordinate representation of color #201262: hue angle of 250.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201262 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 18 | 98 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.62 |
| HSL | 250.5º | 0.69% | 0.23% | - |
| HSV(B) | 250.5º | 0.82% | 0.38% | - |
| XYZ | 3.02 | 1.62 | 11.71 | - |
| YUV | 31.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 98 | 0.67 | 0.82 | 0 | 0.62 | 250.5 | 0.69 | 0.23 |
| Hex | 20 | 12 | 62 | 43 | 52 | 0 | 3E | FB | 45 | 17 |
| Octal | 40 | 22 | 142 | 103 | 122 | 0 | 76 | 373 | 105 | 27 |
| Binary | 100000 | 10010 | 1100010 | 1000011 | 1010010 | 0 | 111110 | 11111011 | 1000101 | 10111 |
Color Harmonies of #201262
Complementary color
Monochromatic Colors of #201262
Black with #201262
Text Example
Text Example
White with #201262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201262; }
p { color: rgb(32,18,98); }
H1.HeaderClassName
{
color: #201262;
}
.AnyTagClassName
{
color: #201262;
}
</style>
background-color css
<style>
a { background-color: #201262; }
a { background-color: rgb(32,18,98); }
div.DivClassName
{
background-color: #201262;
}
.BgClassName
{
background-color: #201262;
}
</style>
border-color css
<style>
span { border-color: #201262; }
span { border-color: rgb(32,18,98); }
td.TdClassName
{
border-color: #201262;
}
.TagClassName
{
border-color: #201262;
}
</style>