Shades of Midnight Blue #222065
Tints of Midnight Blue #222065
RGB
CMYK
RGB Variations
Color information
#222065 (or 0x222065) is known color: Midnight Blue. HEX triplet: 22, 20 and 65. RGB value is (34,32,101). Sum of RGB (Red+Green+Blue) = 34+32+101=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #222065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222065 is #DDDF9A. Grayscale: #282828. Windows color (decimal): -14540699 or 6627362. OLE color: 6627362.
HSL color Cylindrical-coordinate representation of color #222065: hue angle of 241.74º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #222065 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 32 | 101 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.60 |
| HSL | 241.74º | 0.52% | 0.26% | - |
| HSV(B) | 241.74º | 0.68% | 0.4% | - |
| XYZ | 3.53 | 2.31 | 12.57 | - |
| YUV | 40.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 101 | 0.66 | 0.68 | 0 | 0.60 | 241.74 | 0.52 | 0.26 |
| Hex | 22 | 20 | 65 | 42 | 44 | 0 | 3C | F2 | 34 | 1A |
| Octal | 42 | 40 | 145 | 102 | 104 | 0 | 74 | 362 | 64 | 32 |
| Binary | 100010 | 100000 | 1100101 | 1000010 | 1000100 | 0 | 111100 | 11110010 | 110100 | 11010 |
Color Harmonies of #222065
Complementary color
Monochromatic Colors of #222065
Black with #222065
Text Example
Text Example
White with #222065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222065; }
p { color: rgb(34,32,101); }
H1.HeaderClassName
{
color: #222065;
}
.AnyTagClassName
{
color: #222065;
}
</style>
background-color css
<style>
a { background-color: #222065; }
a { background-color: rgb(34,32,101); }
div.DivClassName
{
background-color: #222065;
}
.BgClassName
{
background-color: #222065;
}
</style>
border-color css
<style>
span { border-color: #222065; }
span { border-color: rgb(34,32,101); }
td.TdClassName
{
border-color: #222065;
}
.TagClassName
{
border-color: #222065;
}
</style>