Shades of Midnight Blue #20277F
Tints of Midnight Blue #20277F
RGB
CMYK
RGB Variations
Color information
#20277F (or 0x20277F) is known color: Midnight Blue. HEX triplet: 20, 27 and 7F. RGB value is (32,39,127). Sum of RGB (Red+Green+Blue) = 32+39+127=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #20277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20277F is #DFD880. Grayscale: #2E2E2E. Windows color (decimal): -14669953 or 8333088. OLE color: 8333088.
HSL color Cylindrical-coordinate representation of color #20277F: hue angle of 235.58º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20277F is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 39 | 127 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.50 |
| HSL | 235.58º | 0.6% | 0.31% | - |
| HSV(B) | 235.58º | 0.75% | 0.5% | - |
| XYZ | 5.15 | 3.29 | 20.44 | - |
| YUV | 46.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 127 | 0.75 | 0.69 | 0 | 0.50 | 235.58 | 0.6 | 0.31 |
| Hex | 20 | 27 | 7F | 4B | 45 | 0 | 32 | EC | 3C | 1F |
| Octal | 40 | 47 | 177 | 113 | 105 | 0 | 62 | 354 | 74 | 37 |
| Binary | 100000 | 100111 | 1111111 | 1001011 | 1000101 | 0 | 110010 | 11101100 | 111100 | 11111 |
Color Harmonies of #20277F
Complementary color
Monochromatic Colors of #20277F
Black with #20277F
Text Example
Text Example
White with #20277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20277F; }
p { color: rgb(32,39,127); }
H1.HeaderClassName
{
color: #20277F;
}
.AnyTagClassName
{
color: #20277F;
}
</style>
background-color css
<style>
a { background-color: #20277F; }
a { background-color: rgb(32,39,127); }
div.DivClassName
{
background-color: #20277F;
}
.BgClassName
{
background-color: #20277F;
}
</style>
border-color css
<style>
span { border-color: #20277F; }
span { border-color: rgb(32,39,127); }
td.TdClassName
{
border-color: #20277F;
}
.TagClassName
{
border-color: #20277F;
}
</style>