Shades of Midnight Blue #221465
Tints of Midnight Blue #221465
RGB
CMYK
RGB Variations
Color information
#221465 (or 0x221465) is known color: Midnight Blue. HEX triplet: 22, 14 and 65. RGB value is (34,20,101). Sum of RGB (Red+Green+Blue) = 34+20+101=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #221465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221465 is #DDEB9A. Grayscale: #212121. Windows color (decimal): -14543771 or 6624290. OLE color: 6624290.
HSL color Cylindrical-coordinate representation of color #221465: hue angle of 250.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221465 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 20 | 101 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.60 |
| HSL | 250.37º | 0.67% | 0.24% | - |
| HSV(B) | 250.37º | 0.8% | 0.4% | - |
| XYZ | 3.26 | 1.78 | 12.48 | - |
| YUV | 33.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 101 | 0.66 | 0.80 | 0 | 0.60 | 250.37 | 0.67 | 0.24 |
| Hex | 22 | 14 | 65 | 42 | 50 | 0 | 3C | FA | 43 | 18 |
| Octal | 42 | 24 | 145 | 102 | 120 | 0 | 74 | 372 | 103 | 30 |
| Binary | 100010 | 10100 | 1100101 | 1000010 | 1010000 | 0 | 111100 | 11111010 | 1000011 | 11000 |
Color Harmonies of #221465
Complementary color
Monochromatic Colors of #221465
Black with #221465
Text Example
Text Example
White with #221465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221465; }
p { color: rgb(34,20,101); }
H1.HeaderClassName
{
color: #221465;
}
.AnyTagClassName
{
color: #221465;
}
</style>
background-color css
<style>
a { background-color: #221465; }
a { background-color: rgb(34,20,101); }
div.DivClassName
{
background-color: #221465;
}
.BgClassName
{
background-color: #221465;
}
</style>
border-color css
<style>
span { border-color: #221465; }
span { border-color: rgb(34,20,101); }
td.TdClassName
{
border-color: #221465;
}
.TagClassName
{
border-color: #221465;
}
</style>