Shades of Midnight Blue #221261
Tints of Midnight Blue #221261
RGB
CMYK
RGB Variations
Color information
#221261 (or 0x221261) is known color: Midnight Blue. HEX triplet: 22, 12 and 61. RGB value is (34,18,97). Sum of RGB (Red+Green+Blue) = 34+18+97=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #221261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221261 is #DDED9E. Grayscale: #1F1F1F. Windows color (decimal): -14544287 or 6361634. OLE color: 6361634.
HSL color Cylindrical-coordinate representation of color #221261: hue angle of 252.15º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221261 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 18 | 97 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.62 |
| HSL | 252.15º | 0.69% | 0.23% | - |
| HSV(B) | 252.15º | 0.81% | 0.38% | - |
| XYZ | 3.03 | 1.64 | 11.47 | - |
| YUV | 31.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 97 | 0.65 | 0.81 | 0 | 0.62 | 252.15 | 0.69 | 0.23 |
| Hex | 22 | 12 | 61 | 41 | 51 | 0 | 3E | FC | 45 | 17 |
| Octal | 42 | 22 | 141 | 101 | 121 | 0 | 76 | 374 | 105 | 27 |
| Binary | 100010 | 10010 | 1100001 | 1000001 | 1010001 | 0 | 111110 | 11111100 | 1000101 | 10111 |
Color Harmonies of #221261
Complementary color
Monochromatic Colors of #221261
Black with #221261
Text Example
Text Example
White with #221261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221261; }
p { color: rgb(34,18,97); }
H1.HeaderClassName
{
color: #221261;
}
.AnyTagClassName
{
color: #221261;
}
</style>
background-color css
<style>
a { background-color: #221261; }
a { background-color: rgb(34,18,97); }
div.DivClassName
{
background-color: #221261;
}
.BgClassName
{
background-color: #221261;
}
</style>
border-color css
<style>
span { border-color: #221261; }
span { border-color: rgb(34,18,97); }
td.TdClassName
{
border-color: #221261;
}
.TagClassName
{
border-color: #221261;
}
</style>