Shades of Midnight Blue #202765
Tints of Midnight Blue #202765
RGB
CMYK
RGB Variations
Color information
#202765 (or 0x202765) is known color: Midnight Blue. HEX triplet: 20, 27 and 65. RGB value is (32,39,101). Sum of RGB (Red+Green+Blue) = 32+39+101=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #202765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202765 is #DFD89A. Grayscale: #2B2B2B. Windows color (decimal): -14669979 or 6629152. OLE color: 6629152.
HSL color Cylindrical-coordinate representation of color #202765: hue angle of 233.91º 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 #202765 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 39 | 101 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.60 |
| HSL | 233.91º | 0.52% | 0.26% | - |
| HSV(B) | 233.91º | 0.68% | 0.4% | - |
| XYZ | 3.67 | 2.7 | 12.64 | - |
| YUV | 43.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 101 | 0.68 | 0.61 | 0 | 0.60 | 233.91 | 0.52 | 0.26 |
| Hex | 20 | 27 | 65 | 44 | 3D | 0 | 3C | EA | 34 | 1A |
| Octal | 40 | 47 | 145 | 104 | 75 | 0 | 74 | 352 | 64 | 32 |
| Binary | 100000 | 100111 | 1100101 | 1000100 | 111101 | 0 | 111100 | 11101010 | 110100 | 11010 |
Color Harmonies of #202765
Complementary color
Monochromatic Colors of #202765
Black with #202765
Text Example
Text Example
White with #202765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202765; }
p { color: rgb(32,39,101); }
H1.HeaderClassName
{
color: #202765;
}
.AnyTagClassName
{
color: #202765;
}
</style>
background-color css
<style>
a { background-color: #202765; }
a { background-color: rgb(32,39,101); }
div.DivClassName
{
background-color: #202765;
}
.BgClassName
{
background-color: #202765;
}
</style>
border-color css
<style>
span { border-color: #202765; }
span { border-color: rgb(32,39,101); }
td.TdClassName
{
border-color: #202765;
}
.TagClassName
{
border-color: #202765;
}
</style>