Shades of Midnight Blue #201265
Tints of Midnight Blue #201265
RGB
CMYK
RGB Variations
Color information
#201265 (or 0x201265) is known color: Midnight Blue. HEX triplet: 20, 12 and 65. RGB value is (32,18,101). Sum of RGB (Red+Green+Blue) = 32+18+101=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #201265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201265 is #DFED9A. Grayscale: #1F1F1F. Windows color (decimal): -14675355 or 6623776. OLE color: 6623776.
HSL color Cylindrical-coordinate representation of color #201265: hue angle of 250.12º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201265 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 18 | 101 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.60 |
| HSL | 250.12º | 0.7% | 0.23% | - |
| HSV(B) | 250.12º | 0.82% | 0.4% | - |
| XYZ | 3.16 | 1.68 | 12.47 | - |
| YUV | 31.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 101 | 0.68 | 0.82 | 0 | 0.60 | 250.12 | 0.7 | 0.23 |
| Hex | 20 | 12 | 65 | 44 | 52 | 0 | 3C | FA | 46 | 17 |
| Octal | 40 | 22 | 145 | 104 | 122 | 0 | 74 | 372 | 106 | 27 |
| Binary | 100000 | 10010 | 1100101 | 1000100 | 1010010 | 0 | 111100 | 11111010 | 1000110 | 10111 |
Color Harmonies of #201265
Complementary color
Monochromatic Colors of #201265
Black with #201265
Text Example
Text Example
White with #201265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201265; }
p { color: rgb(32,18,101); }
H1.HeaderClassName
{
color: #201265;
}
.AnyTagClassName
{
color: #201265;
}
</style>
background-color css
<style>
a { background-color: #201265; }
a { background-color: rgb(32,18,101); }
div.DivClassName
{
background-color: #201265;
}
.BgClassName
{
background-color: #201265;
}
</style>
border-color css
<style>
span { border-color: #201265; }
span { border-color: rgb(32,18,101); }
td.TdClassName
{
border-color: #201265;
}
.TagClassName
{
border-color: #201265;
}
</style>