Shades of Midnight Blue #202974
Tints of Midnight Blue #202974
RGB
CMYK
RGB Variations
Color information
#202974 (or 0x202974) is known color: Midnight Blue. HEX triplet: 20, 29 and 74. RGB value is (32,41,116). Sum of RGB (Red+Green+Blue) = 32+41+116=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #202974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202974 is #DFD68B. Grayscale: #2E2E2E. Windows color (decimal): -14669452 or 7612704. OLE color: 7612704.
HSL color Cylindrical-coordinate representation of color #202974: hue angle of 233.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202974 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 41 | 116 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.55 |
| HSL | 233.57º | 0.57% | 0.29% | - |
| HSV(B) | 233.57º | 0.72% | 0.45% | - |
| XYZ | 4.54 | 3.15 | 16.89 | - |
| YUV | 46.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 116 | 0.72 | 0.65 | 0 | 0.55 | 233.57 | 0.57 | 0.29 |
| Hex | 20 | 29 | 74 | 48 | 41 | 0 | 37 | EA | 39 | 1D |
| Octal | 40 | 51 | 164 | 110 | 101 | 0 | 67 | 352 | 71 | 35 |
| Binary | 100000 | 101001 | 1110100 | 1001000 | 1000001 | 0 | 110111 | 11101010 | 111001 | 11101 |
Color Harmonies of #202974
Complementary color
Monochromatic Colors of #202974
Black with #202974
Text Example
Text Example
White with #202974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202974; }
p { color: rgb(32,41,116); }
H1.HeaderClassName
{
color: #202974;
}
.AnyTagClassName
{
color: #202974;
}
</style>
background-color css
<style>
a { background-color: #202974; }
a { background-color: rgb(32,41,116); }
div.DivClassName
{
background-color: #202974;
}
.BgClassName
{
background-color: #202974;
}
</style>
border-color css
<style>
span { border-color: #202974; }
span { border-color: rgb(32,41,116); }
td.TdClassName
{
border-color: #202974;
}
.TagClassName
{
border-color: #202974;
}
</style>