Shades of Midnight Blue #221266
Tints of Midnight Blue #221266
RGB
CMYK
RGB Variations
Color information
#221266 (or 0x221266) is known color: Midnight Blue. HEX triplet: 22, 12 and 66. RGB value is (34,18,102). Sum of RGB (Red+Green+Blue) = 34+18+102=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #221266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221266 is #DDED99. Grayscale: #202020. Windows color (decimal): -14544282 or 6689314. OLE color: 6689314.
HSL color Cylindrical-coordinate representation of color #221266: hue angle of 251.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221266 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 18 | 102 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.6 |
| HSL | 251.43º | 0.7% | 0.24% | - |
| HSV(B) | 251.43º | 0.82% | 0.4% | - |
| XYZ | 3.27 | 1.73 | 12.73 | - |
| YUV | 32.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 102 | 0.67 | 0.82 | 0 | 0.6 | 251.43 | 0.7 | 0.24 |
| Hex | 22 | 12 | 66 | 43 | 52 | 0 | 3C | FB | 46 | 18 |
| Octal | 42 | 22 | 146 | 103 | 122 | 0 | 74 | 373 | 106 | 30 |
| Binary | 100010 | 10010 | 1100110 | 1000011 | 1010010 | 0 | 111100 | 11111011 | 1000110 | 11000 |
Color Harmonies of #221266
Complementary color
Monochromatic Colors of #221266
Black with #221266
Text Example
Text Example
White with #221266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221266; }
p { color: rgb(34,18,102); }
H1.HeaderClassName
{
color: #221266;
}
.AnyTagClassName
{
color: #221266;
}
</style>
background-color css
<style>
a { background-color: #221266; }
a { background-color: rgb(34,18,102); }
div.DivClassName
{
background-color: #221266;
}
.BgClassName
{
background-color: #221266;
}
</style>
border-color css
<style>
span { border-color: #221266; }
span { border-color: rgb(34,18,102); }
td.TdClassName
{
border-color: #221266;
}
.TagClassName
{
border-color: #221266;
}
</style>