Shades of Midnight Blue #202380
Tints of Midnight Blue #202380
RGB
CMYK
RGB Variations
Color information
#202380 (or 0x202380) is known color: Midnight Blue. HEX triplet: 20, 23 and 80. RGB value is (32,35,128). Sum of RGB (Red+Green+Blue) = 32+35+128=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #202380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202380 is #DFDC7F. Grayscale: #2C2C2C. Windows color (decimal): -14670976 or 8397600. OLE color: 8397600.
HSL color Cylindrical-coordinate representation of color #202380: hue angle of 238.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202380 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 35 | 128 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.50 |
| HSL | 238.13º | 0.6% | 0.31% | - |
| HSV(B) | 238.13º | 0.75% | 0.5% | - |
| XYZ | 5.09 | 3.07 | 20.75 | - |
| YUV | 44.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 128 | 0.75 | 0.73 | 0 | 0.50 | 238.13 | 0.6 | 0.31 |
| Hex | 20 | 23 | 80 | 4B | 49 | 0 | 32 | EE | 3C | 1F |
| Octal | 40 | 43 | 200 | 113 | 111 | 0 | 62 | 356 | 74 | 37 |
| Binary | 100000 | 100011 | 10000000 | 1001011 | 1001001 | 0 | 110010 | 11101110 | 111100 | 11111 |
Color Harmonies of #202380
Complementary color
Monochromatic Colors of #202380
Black with #202380
Text Example
Text Example
White with #202380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202380; }
p { color: rgb(32,35,128); }
H1.HeaderClassName
{
color: #202380;
}
.AnyTagClassName
{
color: #202380;
}
</style>
background-color css
<style>
a { background-color: #202380; }
a { background-color: rgb(32,35,128); }
div.DivClassName
{
background-color: #202380;
}
.BgClassName
{
background-color: #202380;
}
</style>
border-color css
<style>
span { border-color: #202380; }
span { border-color: rgb(32,35,128); }
td.TdClassName
{
border-color: #202380;
}
.TagClassName
{
border-color: #202380;
}
</style>