Shades of Midnight Blue #20247E
Tints of Midnight Blue #20247E
RGB
CMYK
RGB Variations
Color information
#20247E (or 0x20247E) is known color: Midnight Blue. HEX triplet: 20, 24 and 7E. RGB value is (32,36,126). Sum of RGB (Red+Green+Blue) = 32+36+126=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #20247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20247E is #DFDB81. Grayscale: #2C2C2C. Windows color (decimal): -14670722 or 8266784. OLE color: 8266784.
HSL color Cylindrical-coordinate representation of color #20247E: hue angle of 237.45º 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 #20247E is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 36 | 126 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.51 |
| HSL | 237.45º | 0.59% | 0.31% | - |
| HSV(B) | 237.45º | 0.75% | 0.49% | - |
| XYZ | 4.99 | 3.08 | 20.07 | - |
| YUV | 45.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 126 | 0.75 | 0.71 | 0 | 0.51 | 237.45 | 0.59 | 0.31 |
| Hex | 20 | 24 | 7E | 4B | 47 | 0 | 33 | ED | 3B | 1F |
| Octal | 40 | 44 | 176 | 113 | 107 | 0 | 63 | 355 | 73 | 37 |
| Binary | 100000 | 100100 | 1111110 | 1001011 | 1000111 | 0 | 110011 | 11101101 | 111011 | 11111 |
Color Harmonies of #20247E
Complementary color
Monochromatic Colors of #20247E
Black with #20247E
Text Example
Text Example
White with #20247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20247E; }
p { color: rgb(32,36,126); }
H1.HeaderClassName
{
color: #20247E;
}
.AnyTagClassName
{
color: #20247E;
}
</style>
background-color css
<style>
a { background-color: #20247E; }
a { background-color: rgb(32,36,126); }
div.DivClassName
{
background-color: #20247E;
}
.BgClassName
{
background-color: #20247E;
}
</style>
border-color css
<style>
span { border-color: #20247E; }
span { border-color: rgb(32,36,126); }
td.TdClassName
{
border-color: #20247E;
}
.TagClassName
{
border-color: #20247E;
}
</style>