Shades of Midnight Blue #20276E
Tints of Midnight Blue #20276E
RGB
CMYK
RGB Variations
Color information
#20276E (or 0x20276E) is known color: Midnight Blue. HEX triplet: 20, 27 and 6E. RGB value is (32,39,110). Sum of RGB (Red+Green+Blue) = 32+39+110=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #20276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20276E is #DFD891. Grayscale: #2C2C2C. Windows color (decimal): -14669970 or 7218976. OLE color: 7218976.
HSL color Cylindrical-coordinate representation of color #20276E: hue angle of 234.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20276E is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 39 | 110 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.57 |
| HSL | 234.62º | 0.55% | 0.28% | - |
| HSV(B) | 234.62º | 0.71% | 0.43% | - |
| XYZ | 4.14 | 2.88 | 15.09 | - |
| YUV | 45 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 110 | 0.71 | 0.65 | 0 | 0.57 | 234.62 | 0.55 | 0.28 |
| Hex | 20 | 27 | 6E | 47 | 41 | 0 | 39 | EB | 37 | 1C |
| Octal | 40 | 47 | 156 | 107 | 101 | 0 | 71 | 353 | 67 | 34 |
| Binary | 100000 | 100111 | 1101110 | 1000111 | 1000001 | 0 | 111001 | 11101011 | 110111 | 11100 |
Color Harmonies of #20276E
Complementary color
Monochromatic Colors of #20276E
Black with #20276E
Text Example
Text Example
White with #20276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20276E; }
p { color: rgb(32,39,110); }
H1.HeaderClassName
{
color: #20276E;
}
.AnyTagClassName
{
color: #20276E;
}
</style>
background-color css
<style>
a { background-color: #20276E; }
a { background-color: rgb(32,39,110); }
div.DivClassName
{
background-color: #20276E;
}
.BgClassName
{
background-color: #20276E;
}
</style>
border-color css
<style>
span { border-color: #20276E; }
span { border-color: rgb(32,39,110); }
td.TdClassName
{
border-color: #20276E;
}
.TagClassName
{
border-color: #20276E;
}
</style>