Shades of Midnight Blue #221170
Tints of Midnight Blue #221170
RGB
CMYK
RGB Variations
Color information
#221170 (or 0x221170) is known color: Midnight Blue. HEX triplet: 22, 11 and 70. RGB value is (34,17,112). Sum of RGB (Red+Green+Blue) = 34+17+112=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #221170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221170 is #DDEE8F. Grayscale: #202020. Windows color (decimal): -14544528 or 7344418. OLE color: 7344418.
HSL color Cylindrical-coordinate representation of color #221170: hue angle of 250.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221170 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 17 | 112 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.56 |
| HSL | 250.74º | 0.74% | 0.25% | - |
| HSV(B) | 250.74º | 0.85% | 0.44% | - |
| XYZ | 3.78 | 1.91 | 15.5 | - |
| YUV | 32.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 112 | 0.70 | 0.85 | 0 | 0.56 | 250.74 | 0.74 | 0.25 |
| Hex | 22 | 11 | 70 | 46 | 55 | 0 | 38 | FB | 4A | 19 |
| Octal | 42 | 21 | 160 | 106 | 125 | 0 | 70 | 373 | 112 | 31 |
| Binary | 100010 | 10001 | 1110000 | 1000110 | 1010101 | 0 | 111000 | 11111011 | 1001010 | 11001 |
Color Harmonies of #221170
Complementary color
Monochromatic Colors of #221170
Black with #221170
Text Example
Text Example
White with #221170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221170; }
p { color: rgb(34,17,112); }
H1.HeaderClassName
{
color: #221170;
}
.AnyTagClassName
{
color: #221170;
}
</style>
background-color css
<style>
a { background-color: #221170; }
a { background-color: rgb(34,17,112); }
div.DivClassName
{
background-color: #221170;
}
.BgClassName
{
background-color: #221170;
}
</style>
border-color css
<style>
span { border-color: #221170; }
span { border-color: rgb(34,17,112); }
td.TdClassName
{
border-color: #221170;
}
.TagClassName
{
border-color: #221170;
}
</style>