Shades of Midnight Blue #222179
Tints of Midnight Blue #222179
RGB
CMYK
RGB Variations
Color information
#222179 (or 0x222179) is known color: Midnight Blue. HEX triplet: 22, 21 and 79. RGB value is (34,33,121). Sum of RGB (Red+Green+Blue) = 34+33+121=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #222179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222179 is #DDDE86. Grayscale: #2A2A2A. Windows color (decimal): -14540423 or 7938338. OLE color: 7938338.
HSL color Cylindrical-coordinate representation of color #222179: hue angle of 240.68º degrees, saturation: 0.57, 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 #222179 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 33 | 121 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.53 |
| HSL | 240.68º | 0.57% | 0.3% | - |
| HSV(B) | 240.68º | 0.73% | 0.47% | - |
| XYZ | 4.65 | 2.81 | 18.39 | - |
| YUV | 43.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 121 | 0.72 | 0.73 | 0 | 0.53 | 240.68 | 0.57 | 0.3 |
| Hex | 22 | 21 | 79 | 48 | 49 | 0 | 35 | F1 | 39 | 1E |
| Octal | 42 | 41 | 171 | 110 | 111 | 0 | 65 | 361 | 71 | 36 |
| Binary | 100010 | 100001 | 1111001 | 1001000 | 1001001 | 0 | 110101 | 11110001 | 111001 | 11110 |
Color Harmonies of #222179
Complementary color
Monochromatic Colors of #222179
Black with #222179
Text Example
Text Example
White with #222179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222179; }
p { color: rgb(34,33,121); }
H1.HeaderClassName
{
color: #222179;
}
.AnyTagClassName
{
color: #222179;
}
</style>
background-color css
<style>
a { background-color: #222179; }
a { background-color: rgb(34,33,121); }
div.DivClassName
{
background-color: #222179;
}
.BgClassName
{
background-color: #222179;
}
</style>
border-color css
<style>
span { border-color: #222179; }
span { border-color: rgb(34,33,121); }
td.TdClassName
{
border-color: #222179;
}
.TagClassName
{
border-color: #222179;
}
</style>