Shades of Midnight Blue #22157C
Tints of Midnight Blue #22157C
RGB
CMYK
RGB Variations
Color information
#22157C (or 0x22157C) is known color: Midnight Blue. HEX triplet: 22, 15 and 7C. RGB value is (34,21,124). Sum of RGB (Red+Green+Blue) = 34+21+124=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #22157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22157C is #DDEA83. Grayscale: #242424. Windows color (decimal): -14543492 or 8131874. OLE color: 8131874.
HSL color Cylindrical-coordinate representation of color #22157C: hue angle of 247.57º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22157C is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 21 | 124 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.51 |
| HSL | 247.57º | 0.71% | 0.28% | - |
| HSV(B) | 247.57º | 0.83% | 0.49% | - |
| XYZ | 4.57 | 2.33 | 19.28 | - |
| YUV | 36.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 124 | 0.73 | 0.83 | 0 | 0.51 | 247.57 | 0.71 | 0.28 |
| Hex | 22 | 15 | 7C | 49 | 53 | 0 | 33 | F8 | 47 | 1C |
| Octal | 42 | 25 | 174 | 111 | 123 | 0 | 63 | 370 | 107 | 34 |
| Binary | 100010 | 10101 | 1111100 | 1001001 | 1010011 | 0 | 110011 | 11111000 | 1000111 | 11100 |
Color Harmonies of #22157C
Complementary color
Monochromatic Colors of #22157C
Black with #22157C
Text Example
Text Example
White with #22157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22157C; }
p { color: rgb(34,21,124); }
H1.HeaderClassName
{
color: #22157C;
}
.AnyTagClassName
{
color: #22157C;
}
</style>
background-color css
<style>
a { background-color: #22157C; }
a { background-color: rgb(34,21,124); }
div.DivClassName
{
background-color: #22157C;
}
.BgClassName
{
background-color: #22157C;
}
</style>
border-color css
<style>
span { border-color: #22157C; }
span { border-color: rgb(34,21,124); }
td.TdClassName
{
border-color: #22157C;
}
.TagClassName
{
border-color: #22157C;
}
</style>