Shades of Midnight Blue #20287E
Tints of Midnight Blue #20287E
RGB
CMYK
RGB Variations
Color information
#20287E (or 0x20287E) is known color: Midnight Blue. HEX triplet: 20, 28 and 7E. RGB value is (32,40,126). Sum of RGB (Red+Green+Blue) = 32+40+126=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #20287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20287E is #DFD781. Grayscale: #2F2F2F. Windows color (decimal): -14669698 or 8267808. OLE color: 8267808.
HSL color Cylindrical-coordinate representation of color #20287E: hue angle of 234.89º 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 #20287E is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 40 | 126 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.51 |
| HSL | 234.89º | 0.59% | 0.31% | - |
| HSV(B) | 234.89º | 0.75% | 0.49% | - |
| XYZ | 5.12 | 3.33 | 20.11 | - |
| YUV | 47.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 126 | 0.75 | 0.68 | 0 | 0.51 | 234.89 | 0.59 | 0.31 |
| Hex | 20 | 28 | 7E | 4B | 44 | 0 | 33 | EB | 3B | 1F |
| Octal | 40 | 50 | 176 | 113 | 104 | 0 | 63 | 353 | 73 | 37 |
| Binary | 100000 | 101000 | 1111110 | 1001011 | 1000100 | 0 | 110011 | 11101011 | 111011 | 11111 |
Color Harmonies of #20287E
Complementary color
Monochromatic Colors of #20287E
Black with #20287E
Text Example
Text Example
White with #20287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20287E; }
p { color: rgb(32,40,126); }
H1.HeaderClassName
{
color: #20287E;
}
.AnyTagClassName
{
color: #20287E;
}
</style>
background-color css
<style>
a { background-color: #20287E; }
a { background-color: rgb(32,40,126); }
div.DivClassName
{
background-color: #20287E;
}
.BgClassName
{
background-color: #20287E;
}
</style>
border-color css
<style>
span { border-color: #20287E; }
span { border-color: rgb(32,40,126); }
td.TdClassName
{
border-color: #20287E;
}
.TagClassName
{
border-color: #20287E;
}
</style>