Shades of Midnight Blue #202C7C
Tints of Midnight Blue #202C7C
RGB
CMYK
RGB Variations
Color information
#202C7C (or 0x202C7C) is known color: Midnight Blue. HEX triplet: 20, 2C and 7C. RGB value is (32,44,124). Sum of RGB (Red+Green+Blue) = 32+44+124=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #202C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C7C is #DFD383. Grayscale: #313131. Windows color (decimal): -14668676 or 8137760. OLE color: 8137760.
HSL color Cylindrical-coordinate representation of color #202C7C: hue angle of 232.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #202C7C is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 44 | 124 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.51 |
| HSL | 232.17º | 0.59% | 0.31% | - |
| HSV(B) | 232.17º | 0.74% | 0.49% | - |
| XYZ | 5.13 | 3.56 | 19.49 | - |
| YUV | 49.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 124 | 0.74 | 0.65 | 0 | 0.51 | 232.17 | 0.59 | 0.31 |
| Hex | 20 | 2C | 7C | 4A | 41 | 0 | 33 | E8 | 3B | 1F |
| Octal | 40 | 54 | 174 | 112 | 101 | 0 | 63 | 350 | 73 | 37 |
| Binary | 100000 | 101100 | 1111100 | 1001010 | 1000001 | 0 | 110011 | 11101000 | 111011 | 11111 |
Color Harmonies of #202C7C
Complementary color
Monochromatic Colors of #202C7C
Black with #202C7C
Text Example
Text Example
White with #202C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C7C; }
p { color: rgb(32,44,124); }
H1.HeaderClassName
{
color: #202C7C;
}
.AnyTagClassName
{
color: #202C7C;
}
</style>
background-color css
<style>
a { background-color: #202C7C; }
a { background-color: rgb(32,44,124); }
div.DivClassName
{
background-color: #202C7C;
}
.BgClassName
{
background-color: #202C7C;
}
</style>
border-color css
<style>
span { border-color: #202C7C; }
span { border-color: rgb(32,44,124); }
td.TdClassName
{
border-color: #202C7C;
}
.TagClassName
{
border-color: #202C7C;
}
</style>