Shades of Midnight Blue #222080
Tints of Midnight Blue #222080
RGB
CMYK
RGB Variations
Color information
#222080 (or 0x222080) is known color: Midnight Blue. HEX triplet: 22, 20 and 80. RGB value is (34,32,128). Sum of RGB (Red+Green+Blue) = 34+32+128=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #222080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222080 is #DDDF7F. Grayscale: #2B2B2B. Windows color (decimal): -14540672 or 8396834. OLE color: 8396834.
HSL color Cylindrical-coordinate representation of color #222080: hue angle of 241.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222080 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 32 | 128 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.50 |
| HSL | 241.25º | 0.6% | 0.31% | - |
| HSV(B) | 241.25º | 0.75% | 0.5% | - |
| XYZ | 5.07 | 2.93 | 20.72 | - |
| YUV | 43.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 128 | 0.73 | 0.75 | 0 | 0.50 | 241.25 | 0.6 | 0.31 |
| Hex | 22 | 20 | 80 | 49 | 4B | 0 | 32 | F1 | 3C | 1F |
| Octal | 42 | 40 | 200 | 111 | 113 | 0 | 62 | 361 | 74 | 37 |
| Binary | 100010 | 100000 | 10000000 | 1001001 | 1001011 | 0 | 110010 | 11110001 | 111100 | 11111 |
Color Harmonies of #222080
Complementary color
Monochromatic Colors of #222080
Black with #222080
Text Example
Text Example
White with #222080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222080; }
p { color: rgb(34,32,128); }
H1.HeaderClassName
{
color: #222080;
}
.AnyTagClassName
{
color: #222080;
}
</style>
background-color css
<style>
a { background-color: #222080; }
a { background-color: rgb(34,32,128); }
div.DivClassName
{
background-color: #222080;
}
.BgClassName
{
background-color: #222080;
}
</style>
border-color css
<style>
span { border-color: #222080; }
span { border-color: rgb(34,32,128); }
td.TdClassName
{
border-color: #222080;
}
.TagClassName
{
border-color: #222080;
}
</style>