Shades of Midnight Blue #221164
Tints of Midnight Blue #221164
RGB
CMYK
RGB Variations
Color information
#221164 (or 0x221164) is known color: Midnight Blue. HEX triplet: 22, 11 and 64. RGB value is (34,17,100). Sum of RGB (Red+Green+Blue) = 34+17+100=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #221164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221164 is #DDEE9B. Grayscale: #1F1F1F. Windows color (decimal): -14544540 or 6557986. OLE color: 6557986.
HSL color Cylindrical-coordinate representation of color #221164: hue angle of 252.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221164 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 17 | 100 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.61 |
| HSL | 252.29º | 0.71% | 0.23% | - |
| HSV(B) | 252.29º | 0.83% | 0.39% | - |
| XYZ | 3.16 | 1.66 | 12.21 | - |
| YUV | 31.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 100 | 0.66 | 0.83 | 0 | 0.61 | 252.29 | 0.71 | 0.23 |
| Hex | 22 | 11 | 64 | 42 | 53 | 0 | 3D | FC | 47 | 17 |
| Octal | 42 | 21 | 144 | 102 | 123 | 0 | 75 | 374 | 107 | 27 |
| Binary | 100010 | 10001 | 1100100 | 1000010 | 1010011 | 0 | 111101 | 11111100 | 1000111 | 10111 |
Color Harmonies of #221164
Complementary color
Monochromatic Colors of #221164
Black with #221164
Text Example
Text Example
White with #221164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221164; }
p { color: rgb(34,17,100); }
H1.HeaderClassName
{
color: #221164;
}
.AnyTagClassName
{
color: #221164;
}
</style>
background-color css
<style>
a { background-color: #221164; }
a { background-color: rgb(34,17,100); }
div.DivClassName
{
background-color: #221164;
}
.BgClassName
{
background-color: #221164;
}
</style>
border-color css
<style>
span { border-color: #221164; }
span { border-color: rgb(34,17,100); }
td.TdClassName
{
border-color: #221164;
}
.TagClassName
{
border-color: #221164;
}
</style>