Shades of Midnight Blue #202B78
Tints of Midnight Blue #202B78
RGB
CMYK
RGB Variations
Color information
#202B78 (or 0x202B78) is known color: Midnight Blue. HEX triplet: 20, 2B and 78. RGB value is (32,43,120). Sum of RGB (Red+Green+Blue) = 32+43+120=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #202B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B78 is #DFD487. Grayscale: #303030. Windows color (decimal): -14668936 or 7875360. OLE color: 7875360.
HSL color Cylindrical-coordinate representation of color #202B78: hue angle of 232.5º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202B78 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 43 | 120 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.53 |
| HSL | 232.5º | 0.58% | 0.3% | - |
| HSV(B) | 232.5º | 0.73% | 0.47% | - |
| XYZ | 4.85 | 3.39 | 18.17 | - |
| YUV | 48.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 120 | 0.73 | 0.64 | 0 | 0.53 | 232.5 | 0.58 | 0.3 |
| Hex | 20 | 2B | 78 | 49 | 40 | 0 | 35 | E8 | 3A | 1E |
| Octal | 40 | 53 | 170 | 111 | 100 | 0 | 65 | 350 | 72 | 36 |
| Binary | 100000 | 101011 | 1111000 | 1001001 | 1000000 | 0 | 110101 | 11101000 | 111010 | 11110 |
Color Harmonies of #202B78
Complementary color
Monochromatic Colors of #202B78
Black with #202B78
Text Example
Text Example
White with #202B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B78; }
p { color: rgb(32,43,120); }
H1.HeaderClassName
{
color: #202B78;
}
.AnyTagClassName
{
color: #202B78;
}
</style>
background-color css
<style>
a { background-color: #202B78; }
a { background-color: rgb(32,43,120); }
div.DivClassName
{
background-color: #202B78;
}
.BgClassName
{
background-color: #202B78;
}
</style>
border-color css
<style>
span { border-color: #202B78; }
span { border-color: rgb(32,43,120); }
td.TdClassName
{
border-color: #202B78;
}
.TagClassName
{
border-color: #202B78;
}
</style>