Shades of Midnight Blue #201465
Tints of Midnight Blue #201465
RGB
CMYK
RGB Variations
Color information
#201465 (or 0x201465) is known color: Midnight Blue. HEX triplet: 20, 14 and 65. RGB value is (32,20,101). Sum of RGB (Red+Green+Blue) = 32+20+101=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #201465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201465 is #DFEB9A. Grayscale: #202020. Windows color (decimal): -14674843 or 6624288. OLE color: 6624288.
HSL color Cylindrical-coordinate representation of color #201465: hue angle of 248.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201465 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 20 | 101 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.60 |
| HSL | 248.89º | 0.67% | 0.24% | - |
| HSV(B) | 248.89º | 0.8% | 0.4% | - |
| XYZ | 3.19 | 1.75 | 12.48 | - |
| YUV | 32.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 101 | 0.68 | 0.80 | 0 | 0.60 | 248.89 | 0.67 | 0.24 |
| Hex | 20 | 14 | 65 | 44 | 50 | 0 | 3C | F9 | 43 | 18 |
| Octal | 40 | 24 | 145 | 104 | 120 | 0 | 74 | 371 | 103 | 30 |
| Binary | 100000 | 10100 | 1100101 | 1000100 | 1010000 | 0 | 111100 | 11111001 | 1000011 | 11000 |
Color Harmonies of #201465
Complementary color
Monochromatic Colors of #201465
Black with #201465
Text Example
Text Example
White with #201465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201465; }
p { color: rgb(32,20,101); }
H1.HeaderClassName
{
color: #201465;
}
.AnyTagClassName
{
color: #201465;
}
</style>
background-color css
<style>
a { background-color: #201465; }
a { background-color: rgb(32,20,101); }
div.DivClassName
{
background-color: #201465;
}
.BgClassName
{
background-color: #201465;
}
</style>
border-color css
<style>
span { border-color: #201465; }
span { border-color: rgb(32,20,101); }
td.TdClassName
{
border-color: #201465;
}
.TagClassName
{
border-color: #201465;
}
</style>