Shades of Midnight Blue #221964
Tints of Midnight Blue #221964
RGB
CMYK
RGB Variations
Color information
#221964 (or 0x221964) is known color: Midnight Blue. HEX triplet: 22, 19 and 64. RGB value is (34,25,100). Sum of RGB (Red+Green+Blue) = 34+25+100=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #221964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221964 is #DDE69B. Grayscale: #232323. Windows color (decimal): -14542492 or 6560034. OLE color: 6560034.
HSL color Cylindrical-coordinate representation of color #221964: hue angle of 247.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221964 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 25 | 100 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.61 |
| HSL | 247.2º | 0.6% | 0.25% | - |
| HSV(B) | 247.2º | 0.75% | 0.39% | - |
| XYZ | 3.31 | 1.96 | 12.26 | - |
| YUV | 36.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 100 | 0.66 | 0.75 | 0 | 0.61 | 247.2 | 0.6 | 0.25 |
| Hex | 22 | 19 | 64 | 42 | 4B | 0 | 3D | F7 | 3C | 19 |
| Octal | 42 | 31 | 144 | 102 | 113 | 0 | 75 | 367 | 74 | 31 |
| Binary | 100010 | 11001 | 1100100 | 1000010 | 1001011 | 0 | 111101 | 11110111 | 111100 | 11001 |
Color Harmonies of #221964
Complementary color
Monochromatic Colors of #221964
Black with #221964
Text Example
Text Example
White with #221964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221964; }
p { color: rgb(34,25,100); }
H1.HeaderClassName
{
color: #221964;
}
.AnyTagClassName
{
color: #221964;
}
</style>
background-color css
<style>
a { background-color: #221964; }
a { background-color: rgb(34,25,100); }
div.DivClassName
{
background-color: #221964;
}
.BgClassName
{
background-color: #221964;
}
</style>
border-color css
<style>
span { border-color: #221964; }
span { border-color: rgb(34,25,100); }
td.TdClassName
{
border-color: #221964;
}
.TagClassName
{
border-color: #221964;
}
</style>