Shades of Midnight Blue #222079
Tints of Midnight Blue #222079
RGB
CMYK
RGB Variations
Color information
#222079 (or 0x222079) is known color: Midnight Blue. HEX triplet: 22, 20 and 79. RGB value is (34,32,121). Sum of RGB (Red+Green+Blue) = 34+32+121=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #222079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222079 is #DDDF86. Grayscale: #2A2A2A. Windows color (decimal): -14540679 or 7938082. OLE color: 7938082.
HSL color Cylindrical-coordinate representation of color #222079: hue angle of 241.35º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222079 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 32 | 121 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.53 |
| HSL | 241.35º | 0.58% | 0.3% | - |
| HSV(B) | 241.35º | 0.74% | 0.47% | - |
| XYZ | 4.63 | 2.75 | 18.38 | - |
| YUV | 42.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 121 | 0.72 | 0.74 | 0 | 0.53 | 241.35 | 0.58 | 0.3 |
| Hex | 22 | 20 | 79 | 48 | 4A | 0 | 35 | F1 | 3A | 1E |
| Octal | 42 | 40 | 171 | 110 | 112 | 0 | 65 | 361 | 72 | 36 |
| Binary | 100010 | 100000 | 1111001 | 1001000 | 1001010 | 0 | 110101 | 11110001 | 111010 | 11110 |
Color Harmonies of #222079
Complementary color
Monochromatic Colors of #222079
Black with #222079
Text Example
Text Example
White with #222079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222079; }
p { color: rgb(34,32,121); }
H1.HeaderClassName
{
color: #222079;
}
.AnyTagClassName
{
color: #222079;
}
</style>
background-color css
<style>
a { background-color: #222079; }
a { background-color: rgb(34,32,121); }
div.DivClassName
{
background-color: #222079;
}
.BgClassName
{
background-color: #222079;
}
</style>
border-color css
<style>
span { border-color: #222079; }
span { border-color: rgb(34,32,121); }
td.TdClassName
{
border-color: #222079;
}
.TagClassName
{
border-color: #222079;
}
</style>