Shades of Midnight Blue #22137B
Tints of Midnight Blue #22137B
RGB
CMYK
RGB Variations
Color information
#22137B (or 0x22137B) is known color: Midnight Blue. HEX triplet: 22, 13 and 7B. RGB value is (34,19,123). Sum of RGB (Red+Green+Blue) = 34+19+123=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #22137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22137B is #DDEC84. Grayscale: #222222. Windows color (decimal): -14544005 or 8065826. OLE color: 8065826.
HSL color Cylindrical-coordinate representation of color #22137B: hue angle of 248.65º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22137B is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 19 | 123 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.52 |
| HSL | 248.65º | 0.73% | 0.28% | - |
| HSV(B) | 248.65º | 0.85% | 0.48% | - |
| XYZ | 4.47 | 2.24 | 18.93 | - |
| YUV | 35.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 123 | 0.72 | 0.85 | 0 | 0.52 | 248.65 | 0.73 | 0.28 |
| Hex | 22 | 13 | 7B | 48 | 55 | 0 | 34 | F9 | 49 | 1C |
| Octal | 42 | 23 | 173 | 110 | 125 | 0 | 64 | 371 | 111 | 34 |
| Binary | 100010 | 10011 | 1111011 | 1001000 | 1010101 | 0 | 110100 | 11111001 | 1001001 | 11100 |
Color Harmonies of #22137B
Complementary color
Monochromatic Colors of #22137B
Black with #22137B
Text Example
Text Example
White with #22137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22137B; }
p { color: rgb(34,19,123); }
H1.HeaderClassName
{
color: #22137B;
}
.AnyTagClassName
{
color: #22137B;
}
</style>
background-color css
<style>
a { background-color: #22137B; }
a { background-color: rgb(34,19,123); }
div.DivClassName
{
background-color: #22137B;
}
.BgClassName
{
background-color: #22137B;
}
</style>
border-color css
<style>
span { border-color: #22137B; }
span { border-color: rgb(34,19,123); }
td.TdClassName
{
border-color: #22137B;
}
.TagClassName
{
border-color: #22137B;
}
</style>