Shades of Midnight Blue #20227D
Tints of Midnight Blue #20227D
RGB
CMYK
RGB Variations
Color information
#20227D (or 0x20227D) is known color: Midnight Blue. HEX triplet: 20, 22 and 7D. RGB value is (32,34,125). Sum of RGB (Red+Green+Blue) = 32+34+125=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #20227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20227D is #DFDD82. Grayscale: #2B2B2B. Windows color (decimal): -14671235 or 8200736. OLE color: 8200736.
HSL color Cylindrical-coordinate representation of color #20227D: hue angle of 238.71º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20227D is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 34 | 125 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.51 |
| HSL | 238.71º | 0.59% | 0.31% | - |
| HSV(B) | 238.71º | 0.74% | 0.49% | - |
| XYZ | 4.87 | 2.93 | 19.71 | - |
| YUV | 43.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 125 | 0.74 | 0.73 | 0 | 0.51 | 238.71 | 0.59 | 0.31 |
| Hex | 20 | 22 | 7D | 4A | 49 | 0 | 33 | EF | 3B | 1F |
| Octal | 40 | 42 | 175 | 112 | 111 | 0 | 63 | 357 | 73 | 37 |
| Binary | 100000 | 100010 | 1111101 | 1001010 | 1001001 | 0 | 110011 | 11101111 | 111011 | 11111 |
Color Harmonies of #20227D
Complementary color
Monochromatic Colors of #20227D
Black with #20227D
Text Example
Text Example
White with #20227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20227D; }
p { color: rgb(32,34,125); }
H1.HeaderClassName
{
color: #20227D;
}
.AnyTagClassName
{
color: #20227D;
}
</style>
background-color css
<style>
a { background-color: #20227D; }
a { background-color: rgb(32,34,125); }
div.DivClassName
{
background-color: #20227D;
}
.BgClassName
{
background-color: #20227D;
}
</style>
border-color css
<style>
span { border-color: #20227D; }
span { border-color: rgb(32,34,125); }
td.TdClassName
{
border-color: #20227D;
}
.TagClassName
{
border-color: #20227D;
}
</style>