Shades of Midnight Blue #222078
Tints of Midnight Blue #222078
RGB
CMYK
RGB Variations
Color information
#222078 (or 0x222078) is known color: Midnight Blue. HEX triplet: 22, 20 and 78. RGB value is (34,32,120). Sum of RGB (Red+Green+Blue) = 34+32+120=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #222078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222078 is #DDDF87. Grayscale: #2A2A2A. Windows color (decimal): -14540680 or 7872546. OLE color: 7872546.
HSL color Cylindrical-coordinate representation of color #222078: hue angle of 241.36º 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 #222078 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 32 | 120 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.53 |
| HSL | 241.36º | 0.58% | 0.3% | - |
| HSV(B) | 241.36º | 0.73% | 0.47% | - |
| XYZ | 4.57 | 2.73 | 18.06 | - |
| YUV | 42.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 120 | 0.72 | 0.73 | 0 | 0.53 | 241.36 | 0.58 | 0.3 |
| Hex | 22 | 20 | 78 | 48 | 49 | 0 | 35 | F1 | 3A | 1E |
| Octal | 42 | 40 | 170 | 110 | 111 | 0 | 65 | 361 | 72 | 36 |
| Binary | 100010 | 100000 | 1111000 | 1001000 | 1001001 | 0 | 110101 | 11110001 | 111010 | 11110 |
Color Harmonies of #222078
Complementary color
Monochromatic Colors of #222078
Black with #222078
Text Example
Text Example
White with #222078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222078; }
p { color: rgb(34,32,120); }
H1.HeaderClassName
{
color: #222078;
}
.AnyTagClassName
{
color: #222078;
}
</style>
background-color css
<style>
a { background-color: #222078; }
a { background-color: rgb(34,32,120); }
div.DivClassName
{
background-color: #222078;
}
.BgClassName
{
background-color: #222078;
}
</style>
border-color css
<style>
span { border-color: #222078; }
span { border-color: rgb(34,32,120); }
td.TdClassName
{
border-color: #222078;
}
.TagClassName
{
border-color: #222078;
}
</style>