Shades of Midnight Blue #20225F
Tints of Midnight Blue #20225F
RGB
CMYK
RGB Variations
Color information
#20225F (or 0x20225F) is known color: Midnight Blue. HEX triplet: 20, 22 and 5F. RGB value is (32,34,95). Sum of RGB (Red+Green+Blue) = 32+34+95=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #20225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20225F is #DFDDA0. Grayscale: #282828. Windows color (decimal): -14671265 or 6234656. OLE color: 6234656.
HSL color Cylindrical-coordinate representation of color #20225F: hue angle of 238.1º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20225F is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 34 | 95 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.63 |
| HSL | 238.1º | 0.5% | 0.25% | - |
| HSV(B) | 238.1º | 0.66% | 0.37% | - |
| XYZ | 3.23 | 2.28 | 11.1 | - |
| YUV | 40.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 95 | 0.66 | 0.64 | 0 | 0.63 | 238.1 | 0.5 | 0.25 |
| Hex | 20 | 22 | 5F | 42 | 40 | 0 | 3F | EE | 32 | 19 |
| Octal | 40 | 42 | 137 | 102 | 100 | 0 | 77 | 356 | 62 | 31 |
| Binary | 100000 | 100010 | 1011111 | 1000010 | 1000000 | 0 | 111111 | 11101110 | 110010 | 11001 |
Color Harmonies of #20225F
Complementary color
Monochromatic Colors of #20225F
Black with #20225F
Text Example
Text Example
White with #20225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20225F; }
p { color: rgb(32,34,95); }
H1.HeaderClassName
{
color: #20225F;
}
.AnyTagClassName
{
color: #20225F;
}
</style>
background-color css
<style>
a { background-color: #20225F; }
a { background-color: rgb(32,34,95); }
div.DivClassName
{
background-color: #20225F;
}
.BgClassName
{
background-color: #20225F;
}
</style>
border-color css
<style>
span { border-color: #20225F; }
span { border-color: rgb(32,34,95); }
td.TdClassName
{
border-color: #20225F;
}
.TagClassName
{
border-color: #20225F;
}
</style>