Shades of Midnight Blue #22156B
Tints of Midnight Blue #22156B
RGB
CMYK
RGB Variations
Color information
#22156B (or 0x22156B) is known color: Midnight Blue. HEX triplet: 22, 15 and 6B. RGB value is (34,21,107). Sum of RGB (Red+Green+Blue) = 34+21+107=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #22156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22156B is #DDEA94. Grayscale: #222222. Windows color (decimal): -14543509 or 7017762. OLE color: 7017762.
HSL color Cylindrical-coordinate representation of color #22156B: hue angle of 249.07º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22156B is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 21 | 107 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.58 |
| HSL | 249.07º | 0.67% | 0.25% | - |
| HSV(B) | 249.07º | 0.8% | 0.42% | - |
| XYZ | 3.58 | 1.94 | 14.1 | - |
| YUV | 34.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 107 | 0.68 | 0.80 | 0 | 0.58 | 249.07 | 0.67 | 0.25 |
| Hex | 22 | 15 | 6B | 44 | 50 | 0 | 3A | F9 | 43 | 19 |
| Octal | 42 | 25 | 153 | 104 | 120 | 0 | 72 | 371 | 103 | 31 |
| Binary | 100010 | 10101 | 1101011 | 1000100 | 1010000 | 0 | 111010 | 11111001 | 1000011 | 11001 |
Color Harmonies of #22156B
Complementary color
Monochromatic Colors of #22156B
Black with #22156B
Text Example
Text Example
White with #22156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22156B; }
p { color: rgb(34,21,107); }
H1.HeaderClassName
{
color: #22156B;
}
.AnyTagClassName
{
color: #22156B;
}
</style>
background-color css
<style>
a { background-color: #22156B; }
a { background-color: rgb(34,21,107); }
div.DivClassName
{
background-color: #22156B;
}
.BgClassName
{
background-color: #22156B;
}
</style>
border-color css
<style>
span { border-color: #22156B; }
span { border-color: rgb(34,21,107); }
td.TdClassName
{
border-color: #22156B;
}
.TagClassName
{
border-color: #22156B;
}
</style>