Shades of Midnight Blue #202C74
Tints of Midnight Blue #202C74
RGB
CMYK
RGB Variations
Color information
#202C74 (or 0x202C74) is known color: Midnight Blue. HEX triplet: 20, 2C and 74. RGB value is (32,44,116). Sum of RGB (Red+Green+Blue) = 32+44+116=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #202C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C74 is #DFD38B. Grayscale: #303030. Windows color (decimal): -14668684 or 7613472. OLE color: 7613472.
HSL color Cylindrical-coordinate representation of color #202C74: hue angle of 231.43º 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 #202C74 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 44 | 116 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.55 |
| HSL | 231.43º | 0.57% | 0.29% | - |
| HSV(B) | 231.43º | 0.72% | 0.45% | - |
| XYZ | 4.65 | 3.37 | 16.93 | - |
| YUV | 48.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 116 | 0.72 | 0.62 | 0 | 0.55 | 231.43 | 0.57 | 0.29 |
| Hex | 20 | 2C | 74 | 48 | 3E | 0 | 37 | E7 | 39 | 1D |
| Octal | 40 | 54 | 164 | 110 | 76 | 0 | 67 | 347 | 71 | 35 |
| Binary | 100000 | 101100 | 1110100 | 1001000 | 111110 | 0 | 110111 | 11100111 | 111001 | 11101 |
Color Harmonies of #202C74
Complementary color
Monochromatic Colors of #202C74
Black with #202C74
Text Example
Text Example
White with #202C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C74; }
p { color: rgb(32,44,116); }
H1.HeaderClassName
{
color: #202C74;
}
.AnyTagClassName
{
color: #202C74;
}
</style>
background-color css
<style>
a { background-color: #202C74; }
a { background-color: rgb(32,44,116); }
div.DivClassName
{
background-color: #202C74;
}
.BgClassName
{
background-color: #202C74;
}
</style>
border-color css
<style>
span { border-color: #202C74; }
span { border-color: rgb(32,44,116); }
td.TdClassName
{
border-color: #202C74;
}
.TagClassName
{
border-color: #202C74;
}
</style>