Shades of Midnight Blue #20297C
Tints of Midnight Blue #20297C
RGB
CMYK
RGB Variations
Color information
#20297C (or 0x20297C) is known color: Midnight Blue. HEX triplet: 20, 29 and 7C. RGB value is (32,41,124). Sum of RGB (Red+Green+Blue) = 32+41+124=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #20297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20297C is #DFD683. Grayscale: #2F2F2F. Windows color (decimal): -14669444 or 8136992. OLE color: 8136992.
HSL color Cylindrical-coordinate representation of color #20297C: hue angle of 234.13º 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 #20297C is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 41 | 124 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.51 |
| HSL | 234.13º | 0.59% | 0.31% | - |
| HSV(B) | 234.13º | 0.74% | 0.49% | - |
| XYZ | 5.03 | 3.35 | 19.45 | - |
| YUV | 47.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 124 | 0.74 | 0.67 | 0 | 0.51 | 234.13 | 0.59 | 0.31 |
| Hex | 20 | 29 | 7C | 4A | 43 | 0 | 33 | EA | 3B | 1F |
| Octal | 40 | 51 | 174 | 112 | 103 | 0 | 63 | 352 | 73 | 37 |
| Binary | 100000 | 101001 | 1111100 | 1001010 | 1000011 | 0 | 110011 | 11101010 | 111011 | 11111 |
Color Harmonies of #20297C
Complementary color
Monochromatic Colors of #20297C
Black with #20297C
Text Example
Text Example
White with #20297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20297C; }
p { color: rgb(32,41,124); }
H1.HeaderClassName
{
color: #20297C;
}
.AnyTagClassName
{
color: #20297C;
}
</style>
background-color css
<style>
a { background-color: #20297C; }
a { background-color: rgb(32,41,124); }
div.DivClassName
{
background-color: #20297C;
}
.BgClassName
{
background-color: #20297C;
}
</style>
border-color css
<style>
span { border-color: #20297C; }
span { border-color: rgb(32,41,124); }
td.TdClassName
{
border-color: #20297C;
}
.TagClassName
{
border-color: #20297C;
}
</style>