Shades of Midnight Blue #201264
Tints of Midnight Blue #201264
RGB
CMYK
RGB Variations
Color information
#201264 (or 0x201264) is known color: Midnight Blue. HEX triplet: 20, 12 and 64. RGB value is (32,18,100). Sum of RGB (Red+Green+Blue) = 32+18+100=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #201264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201264 is #DFED9B. Grayscale: #1F1F1F. Windows color (decimal): -14675356 or 6558240. OLE color: 6558240.
HSL color Cylindrical-coordinate representation of color #201264: hue angle of 250.24º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201264 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 18 | 100 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.61 |
| HSL | 250.24º | 0.69% | 0.23% | - |
| HSV(B) | 250.24º | 0.82% | 0.39% | - |
| XYZ | 3.11 | 1.66 | 12.21 | - |
| YUV | 31.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 100 | 0.68 | 0.82 | 0 | 0.61 | 250.24 | 0.69 | 0.23 |
| Hex | 20 | 12 | 64 | 44 | 52 | 0 | 3D | FA | 45 | 17 |
| Octal | 40 | 22 | 144 | 104 | 122 | 0 | 75 | 372 | 105 | 27 |
| Binary | 100000 | 10010 | 1100100 | 1000100 | 1010010 | 0 | 111101 | 11111010 | 1000101 | 10111 |
Color Harmonies of #201264
Complementary color
Monochromatic Colors of #201264
Black with #201264
Text Example
Text Example
White with #201264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201264; }
p { color: rgb(32,18,100); }
H1.HeaderClassName
{
color: #201264;
}
.AnyTagClassName
{
color: #201264;
}
</style>
background-color css
<style>
a { background-color: #201264; }
a { background-color: rgb(32,18,100); }
div.DivClassName
{
background-color: #201264;
}
.BgClassName
{
background-color: #201264;
}
</style>
border-color css
<style>
span { border-color: #201264; }
span { border-color: rgb(32,18,100); }
td.TdClassName
{
border-color: #201264;
}
.TagClassName
{
border-color: #201264;
}
</style>