Shades of Midnight Blue #202C78
Tints of Midnight Blue #202C78
RGB
CMYK
RGB Variations
Color information
#202C78 (or 0x202C78) is known color: Midnight Blue. HEX triplet: 20, 2C and 78. RGB value is (32,44,120). Sum of RGB (Red+Green+Blue) = 32+44+120=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #202C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C78 is #DFD387. Grayscale: #303030. Windows color (decimal): -14668680 or 7875616. OLE color: 7875616.
HSL color Cylindrical-coordinate representation of color #202C78: hue angle of 231.82º 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 #202C78 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 44 | 120 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.53 |
| HSL | 231.82º | 0.58% | 0.3% | - |
| HSV(B) | 231.82º | 0.73% | 0.47% | - |
| XYZ | 4.89 | 3.46 | 18.18 | - |
| YUV | 49.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 120 | 0.73 | 0.63 | 0 | 0.53 | 231.82 | 0.58 | 0.3 |
| Hex | 20 | 2C | 78 | 49 | 3F | 0 | 35 | E8 | 3A | 1E |
| Octal | 40 | 54 | 170 | 111 | 77 | 0 | 65 | 350 | 72 | 36 |
| Binary | 100000 | 101100 | 1111000 | 1001001 | 111111 | 0 | 110101 | 11101000 | 111010 | 11110 |
Color Harmonies of #202C78
Complementary color
Monochromatic Colors of #202C78
Black with #202C78
Text Example
Text Example
White with #202C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C78; }
p { color: rgb(32,44,120); }
H1.HeaderClassName
{
color: #202C78;
}
.AnyTagClassName
{
color: #202C78;
}
</style>
background-color css
<style>
a { background-color: #202C78; }
a { background-color: rgb(32,44,120); }
div.DivClassName
{
background-color: #202C78;
}
.BgClassName
{
background-color: #202C78;
}
</style>
border-color css
<style>
span { border-color: #202C78; }
span { border-color: rgb(32,44,120); }
td.TdClassName
{
border-color: #202C78;
}
.TagClassName
{
border-color: #202C78;
}
</style>