Shades of Midnight Blue #20226F
Tints of Midnight Blue #20226F
RGB
CMYK
RGB Variations
Color information
#20226F (or 0x20226F) is known color: Midnight Blue. HEX triplet: 20, 22 and 6F. RGB value is (32,34,111). Sum of RGB (Red+Green+Blue) = 32+34+111=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #20226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20226F is #DFDD90. Grayscale: #292929. Windows color (decimal): -14671249 or 7283232. OLE color: 7283232.
HSL color Cylindrical-coordinate representation of color #20226F: hue angle of 238.48º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20226F is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 34 | 111 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.56 |
| HSL | 238.48º | 0.55% | 0.28% | - |
| HSV(B) | 238.48º | 0.71% | 0.44% | - |
| XYZ | 4.04 | 2.6 | 15.33 | - |
| YUV | 42.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 111 | 0.71 | 0.69 | 0 | 0.56 | 238.48 | 0.55 | 0.28 |
| Hex | 20 | 22 | 6F | 47 | 45 | 0 | 38 | EE | 37 | 1C |
| Octal | 40 | 42 | 157 | 107 | 105 | 0 | 70 | 356 | 67 | 34 |
| Binary | 100000 | 100010 | 1101111 | 1000111 | 1000101 | 0 | 111000 | 11101110 | 110111 | 11100 |
Color Harmonies of #20226F
Complementary color
Monochromatic Colors of #20226F
Black with #20226F
Text Example
Text Example
White with #20226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20226F; }
p { color: rgb(32,34,111); }
H1.HeaderClassName
{
color: #20226F;
}
.AnyTagClassName
{
color: #20226F;
}
</style>
background-color css
<style>
a { background-color: #20226F; }
a { background-color: rgb(32,34,111); }
div.DivClassName
{
background-color: #20226F;
}
.BgClassName
{
background-color: #20226F;
}
</style>
border-color css
<style>
span { border-color: #20226F; }
span { border-color: rgb(32,34,111); }
td.TdClassName
{
border-color: #20226F;
}
.TagClassName
{
border-color: #20226F;
}
</style>