Shades of Midnight Blue #221962
Tints of Midnight Blue #221962
RGB
CMYK
RGB Variations
Color information
#221962 (or 0x221962) is known color: Midnight Blue. HEX triplet: 22, 19 and 62. RGB value is (34,25,98). Sum of RGB (Red+Green+Blue) = 34+25+98=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #221962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221962 is #DDE69D. Grayscale: #232323. Windows color (decimal): -14542494 or 6428962. OLE color: 6428962.
HSL color Cylindrical-coordinate representation of color #221962: hue angle of 247.4º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221962 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 25 | 98 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.62 |
| HSL | 247.4º | 0.59% | 0.24% | - |
| HSV(B) | 247.4º | 0.74% | 0.38% | - |
| XYZ | 3.21 | 1.92 | 11.76 | - |
| YUV | 36.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 98 | 0.65 | 0.74 | 0 | 0.62 | 247.4 | 0.59 | 0.24 |
| Hex | 22 | 19 | 62 | 41 | 4A | 0 | 3E | F7 | 3B | 18 |
| Octal | 42 | 31 | 142 | 101 | 112 | 0 | 76 | 367 | 73 | 30 |
| Binary | 100010 | 11001 | 1100010 | 1000001 | 1001010 | 0 | 111110 | 11110111 | 111011 | 11000 |
Color Harmonies of #221962
Complementary color
Monochromatic Colors of #221962
Black with #221962
Text Example
Text Example
White with #221962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221962; }
p { color: rgb(34,25,98); }
H1.HeaderClassName
{
color: #221962;
}
.AnyTagClassName
{
color: #221962;
}
</style>
background-color css
<style>
a { background-color: #221962; }
a { background-color: rgb(34,25,98); }
div.DivClassName
{
background-color: #221962;
}
.BgClassName
{
background-color: #221962;
}
</style>
border-color css
<style>
span { border-color: #221962; }
span { border-color: rgb(34,25,98); }
td.TdClassName
{
border-color: #221962;
}
.TagClassName
{
border-color: #221962;
}
</style>