Shades of Midnight Blue #221568
Tints of Midnight Blue #221568
RGB
CMYK
RGB Variations
Color information
#221568 (or 0x221568) is known color: Midnight Blue. HEX triplet: 22, 15 and 68. RGB value is (34,21,104). Sum of RGB (Red+Green+Blue) = 34+21+104=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #221568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221568 is #DDEA97. Grayscale: #222222. Windows color (decimal): -14543512 or 6821154. OLE color: 6821154.
HSL color Cylindrical-coordinate representation of color #221568: hue angle of 249.4º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221568 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 21 | 104 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.59 |
| HSL | 249.4º | 0.66% | 0.25% | - |
| HSV(B) | 249.4º | 0.8% | 0.41% | - |
| XYZ | 3.43 | 1.88 | 13.28 | - |
| YUV | 34.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 104 | 0.67 | 0.80 | 0 | 0.59 | 249.4 | 0.66 | 0.25 |
| Hex | 22 | 15 | 68 | 43 | 50 | 0 | 3B | F9 | 42 | 19 |
| Octal | 42 | 25 | 150 | 103 | 120 | 0 | 73 | 371 | 102 | 31 |
| Binary | 100010 | 10101 | 1101000 | 1000011 | 1010000 | 0 | 111011 | 11111001 | 1000010 | 11001 |
Color Harmonies of #221568
Complementary color
Monochromatic Colors of #221568
Black with #221568
Text Example
Text Example
White with #221568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221568; }
p { color: rgb(34,21,104); }
H1.HeaderClassName
{
color: #221568;
}
.AnyTagClassName
{
color: #221568;
}
</style>
background-color css
<style>
a { background-color: #221568; }
a { background-color: rgb(34,21,104); }
div.DivClassName
{
background-color: #221568;
}
.BgClassName
{
background-color: #221568;
}
</style>
border-color css
<style>
span { border-color: #221568; }
span { border-color: rgb(34,21,104); }
td.TdClassName
{
border-color: #221568;
}
.TagClassName
{
border-color: #221568;
}
</style>