Shades of Midnight Blue #20297E
Tints of Midnight Blue #20297E
RGB
CMYK
RGB Variations
Color information
#20297E (or 0x20297E) is known color: Midnight Blue. HEX triplet: 20, 29 and 7E. RGB value is (32,41,126). Sum of RGB (Red+Green+Blue) = 32+41+126=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #20297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20297E is #DFD681. Grayscale: #2F2F2F. Windows color (decimal): -14669442 or 8268064. OLE color: 8268064.
HSL color Cylindrical-coordinate representation of color #20297E: hue angle of 234.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20297E is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 41 | 126 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.51 |
| HSL | 234.26º | 0.59% | 0.31% | - |
| HSV(B) | 234.26º | 0.75% | 0.49% | - |
| XYZ | 5.15 | 3.4 | 20.12 | - |
| YUV | 48 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 126 | 0.75 | 0.67 | 0 | 0.51 | 234.26 | 0.59 | 0.31 |
| Hex | 20 | 29 | 7E | 4B | 43 | 0 | 33 | EA | 3B | 1F |
| Octal | 40 | 51 | 176 | 113 | 103 | 0 | 63 | 352 | 73 | 37 |
| Binary | 100000 | 101001 | 1111110 | 1001011 | 1000011 | 0 | 110011 | 11101010 | 111011 | 11111 |
Color Harmonies of #20297E
Complementary color
Monochromatic Colors of #20297E
Black with #20297E
Text Example
Text Example
White with #20297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20297E; }
p { color: rgb(32,41,126); }
H1.HeaderClassName
{
color: #20297E;
}
.AnyTagClassName
{
color: #20297E;
}
</style>
background-color css
<style>
a { background-color: #20297E; }
a { background-color: rgb(32,41,126); }
div.DivClassName
{
background-color: #20297E;
}
.BgClassName
{
background-color: #20297E;
}
</style>
border-color css
<style>
span { border-color: #20297E; }
span { border-color: rgb(32,41,126); }
td.TdClassName
{
border-color: #20297E;
}
.TagClassName
{
border-color: #20297E;
}
</style>