Shades of Midnight Blue #221369
Tints of Midnight Blue #221369
RGB
CMYK
RGB Variations
Color information
#221369 (or 0x221369) is known color: Midnight Blue. HEX triplet: 22, 13 and 69. RGB value is (34,19,105). Sum of RGB (Red+Green+Blue) = 34+19+105=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #221369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221369 is #DDEC96. Grayscale: #202020. Windows color (decimal): -14544023 or 6886178. OLE color: 6886178.
HSL color Cylindrical-coordinate representation of color #221369: hue angle of 250.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221369 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 19 | 105 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.59 |
| HSL | 250.47º | 0.69% | 0.24% | - |
| HSV(B) | 250.47º | 0.82% | 0.41% | - |
| XYZ | 3.44 | 1.83 | 13.54 | - |
| YUV | 33.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 105 | 0.68 | 0.82 | 0 | 0.59 | 250.47 | 0.69 | 0.24 |
| Hex | 22 | 13 | 69 | 44 | 52 | 0 | 3B | FA | 45 | 18 |
| Octal | 42 | 23 | 151 | 104 | 122 | 0 | 73 | 372 | 105 | 30 |
| Binary | 100010 | 10011 | 1101001 | 1000100 | 1010010 | 0 | 111011 | 11111010 | 1000101 | 11000 |
Color Harmonies of #221369
Complementary color
Monochromatic Colors of #221369
Black with #221369
Text Example
Text Example
White with #221369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221369; }
p { color: rgb(34,19,105); }
H1.HeaderClassName
{
color: #221369;
}
.AnyTagClassName
{
color: #221369;
}
</style>
background-color css
<style>
a { background-color: #221369; }
a { background-color: rgb(34,19,105); }
div.DivClassName
{
background-color: #221369;
}
.BgClassName
{
background-color: #221369;
}
</style>
border-color css
<style>
span { border-color: #221369; }
span { border-color: rgb(34,19,105); }
td.TdClassName
{
border-color: #221369;
}
.TagClassName
{
border-color: #221369;
}
</style>