Shades of Midnight Blue #20187C
Tints of Midnight Blue #20187C
RGB
CMYK
RGB Variations
Color information
#20187C (or 0x20187C) is known color: Midnight Blue. HEX triplet: 20, 18 and 7C. RGB value is (32,24,124). Sum of RGB (Red+Green+Blue) = 32+24+124=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #20187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20187C is #DFE783. Grayscale: #252525. Windows color (decimal): -14673796 or 8132640. OLE color: 8132640.
HSL color Cylindrical-coordinate representation of color #20187C: hue angle of 244.8º 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 #20187C is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 24 | 124 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.51 |
| HSL | 244.8º | 0.68% | 0.29% | - |
| HSV(B) | 244.8º | 0.81% | 0.49% | - |
| XYZ | 4.56 | 2.42 | 19.29 | - |
| YUV | 37.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 124 | 0.74 | 0.81 | 0 | 0.51 | 244.8 | 0.68 | 0.29 |
| Hex | 20 | 18 | 7C | 4A | 51 | 0 | 33 | F5 | 44 | 1D |
| Octal | 40 | 30 | 174 | 112 | 121 | 0 | 63 | 365 | 104 | 35 |
| Binary | 100000 | 11000 | 1111100 | 1001010 | 1010001 | 0 | 110011 | 11110101 | 1000100 | 11101 |
Color Harmonies of #20187C
Complementary color
Monochromatic Colors of #20187C
Black with #20187C
Text Example
Text Example
White with #20187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20187C; }
p { color: rgb(32,24,124); }
H1.HeaderClassName
{
color: #20187C;
}
.AnyTagClassName
{
color: #20187C;
}
</style>
background-color css
<style>
a { background-color: #20187C; }
a { background-color: rgb(32,24,124); }
div.DivClassName
{
background-color: #20187C;
}
.BgClassName
{
background-color: #20187C;
}
</style>
border-color css
<style>
span { border-color: #20187C; }
span { border-color: rgb(32,24,124); }
td.TdClassName
{
border-color: #20187C;
}
.TagClassName
{
border-color: #20187C;
}
</style>