Shades of Midnight Blue #202965
Tints of Midnight Blue #202965
RGB
CMYK
RGB Variations
Color information
#202965 (or 0x202965) is known color: Midnight Blue. HEX triplet: 20, 29 and 65. RGB value is (32,41,101). Sum of RGB (Red+Green+Blue) = 32+41+101=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #202965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202965 is #DFD69A. Grayscale: #2C2C2C. Windows color (decimal): -14669467 or 6629664. OLE color: 6629664.
HSL color Cylindrical-coordinate representation of color #202965: hue angle of 232.17º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #202965 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 41 | 101 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.60 |
| HSL | 232.17º | 0.52% | 0.26% | - |
| HSV(B) | 232.17º | 0.68% | 0.4% | - |
| XYZ | 3.74 | 2.83 | 12.66 | - |
| YUV | 45.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 101 | 0.68 | 0.59 | 0 | 0.60 | 232.17 | 0.52 | 0.26 |
| Hex | 20 | 29 | 65 | 44 | 3B | 0 | 3C | E8 | 34 | 1A |
| Octal | 40 | 51 | 145 | 104 | 73 | 0 | 74 | 350 | 64 | 32 |
| Binary | 100000 | 101001 | 1100101 | 1000100 | 111011 | 0 | 111100 | 11101000 | 110100 | 11010 |
Color Harmonies of #202965
Complementary color
Monochromatic Colors of #202965
Black with #202965
Text Example
Text Example
White with #202965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202965; }
p { color: rgb(32,41,101); }
H1.HeaderClassName
{
color: #202965;
}
.AnyTagClassName
{
color: #202965;
}
</style>
background-color css
<style>
a { background-color: #202965; }
a { background-color: rgb(32,41,101); }
div.DivClassName
{
background-color: #202965;
}
.BgClassName
{
background-color: #202965;
}
</style>
border-color css
<style>
span { border-color: #202965; }
span { border-color: rgb(32,41,101); }
td.TdClassName
{
border-color: #202965;
}
.TagClassName
{
border-color: #202965;
}
</style>