Shades of Midnight Blue #20187E
Tints of Midnight Blue #20187E
RGB
CMYK
RGB Variations
Color information
#20187E (or 0x20187E) is known color: Midnight Blue. HEX triplet: 20, 18 and 7E. RGB value is (32,24,126). Sum of RGB (Red+Green+Blue) = 32+24+126=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 126 (49.61% from 255 or 69.23% from 182); Max value from RGB is 126 - color contains mainly: blue. Hex color #20187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20187E is #DFE781. Grayscale: #252525. Windows color (decimal): -14673794 or 8263712. OLE color: 8263712.
HSL color Cylindrical-coordinate representation of color #20187E: hue angle of 244.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20187E is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 24 | 126 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.51 |
| HSL | 244.71º | 0.68% | 0.29% | - |
| HSV(B) | 244.71º | 0.81% | 0.49% | - |
| XYZ | 4.69 | 2.47 | 19.97 | - |
| YUV | 38.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 126 | 0.75 | 0.81 | 0 | 0.51 | 244.71 | 0.68 | 0.29 |
| Hex | 20 | 18 | 7E | 4B | 51 | 0 | 33 | F5 | 44 | 1D |
| Octal | 40 | 30 | 176 | 113 | 121 | 0 | 63 | 365 | 104 | 35 |
| Binary | 100000 | 11000 | 1111110 | 1001011 | 1010001 | 0 | 110011 | 11110101 | 1000100 | 11101 |
Color Harmonies of #20187E
Complementary color
Monochromatic Colors of #20187E
Black with #20187E
Text Example
Text Example
White with #20187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20187E; }
p { color: rgb(32,24,126); }
H1.HeaderClassName
{
color: #20187E;
}
.AnyTagClassName
{
color: #20187E;
}
</style>
background-color css
<style>
a { background-color: #20187E; }
a { background-color: rgb(32,24,126); }
div.DivClassName
{
background-color: #20187E;
}
.BgClassName
{
background-color: #20187E;
}
</style>
border-color css
<style>
span { border-color: #20187E; }
span { border-color: rgb(32,24,126); }
td.TdClassName
{
border-color: #20187E;
}
.TagClassName
{
border-color: #20187E;
}
</style>