Shades of Midnight Blue #222077
Tints of Midnight Blue #222077
RGB
CMYK
RGB Variations
Color information
#222077 (or 0x222077) is known color: Midnight Blue. HEX triplet: 22, 20 and 77. RGB value is (34,32,119). Sum of RGB (Red+Green+Blue) = 34+32+119=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #222077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222077 is #DDDF88. Grayscale: #2A2A2A. Windows color (decimal): -14540681 or 7807010. OLE color: 7807010.
HSL color Cylindrical-coordinate representation of color #222077: hue angle of 241.38º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #222077 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 32 | 119 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.53 |
| HSL | 241.38º | 0.58% | 0.3% | - |
| HSV(B) | 241.38º | 0.73% | 0.47% | - |
| XYZ | 4.51 | 2.71 | 17.74 | - |
| YUV | 42.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 119 | 0.71 | 0.73 | 0 | 0.53 | 241.38 | 0.58 | 0.3 |
| Hex | 22 | 20 | 77 | 47 | 49 | 0 | 35 | F1 | 3A | 1E |
| Octal | 42 | 40 | 167 | 107 | 111 | 0 | 65 | 361 | 72 | 36 |
| Binary | 100010 | 100000 | 1110111 | 1000111 | 1001001 | 0 | 110101 | 11110001 | 111010 | 11110 |
Color Harmonies of #222077
Complementary color
Monochromatic Colors of #222077
Black with #222077
Text Example
Text Example
White with #222077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222077; }
p { color: rgb(34,32,119); }
H1.HeaderClassName
{
color: #222077;
}
.AnyTagClassName
{
color: #222077;
}
</style>
background-color css
<style>
a { background-color: #222077; }
a { background-color: rgb(34,32,119); }
div.DivClassName
{
background-color: #222077;
}
.BgClassName
{
background-color: #222077;
}
</style>
border-color css
<style>
span { border-color: #222077; }
span { border-color: rgb(34,32,119); }
td.TdClassName
{
border-color: #222077;
}
.TagClassName
{
border-color: #222077;
}
</style>