Shades of Midnight Blue #211668
Tints of Midnight Blue #211668
RGB
CMYK
RGB Variations
Color information
#211668 (or 0x211668) is known color: Midnight Blue. HEX triplet: 21, 16 and 68. RGB value is (33,22,104). Sum of RGB (Red+Green+Blue) = 33+22+104=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #211668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211668 is #DEE997. Grayscale: #222222. Windows color (decimal): -14608792 or 6821409. OLE color: 6821409.
HSL color Cylindrical-coordinate representation of color #211668: hue angle of 248.05º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211668 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 22 | 104 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.59 |
| HSL | 248.05º | 0.65% | 0.25% | - |
| HSV(B) | 248.05º | 0.79% | 0.41% | - |
| XYZ | 3.41 | 1.9 | 13.28 | - |
| YUV | 34.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 104 | 0.68 | 0.79 | 0 | 0.59 | 248.05 | 0.65 | 0.25 |
| Hex | 21 | 16 | 68 | 44 | 4F | 0 | 3B | F8 | 41 | 19 |
| Octal | 41 | 26 | 150 | 104 | 117 | 0 | 73 | 370 | 101 | 31 |
| Binary | 100001 | 10110 | 1101000 | 1000100 | 1001111 | 0 | 111011 | 11111000 | 1000001 | 11001 |
Color Harmonies of #211668
Complementary color
Monochromatic Colors of #211668
Black with #211668
Text Example
Text Example
White with #211668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211668; }
p { color: rgb(33,22,104); }
H1.HeaderClassName
{
color: #211668;
}
.AnyTagClassName
{
color: #211668;
}
</style>
background-color css
<style>
a { background-color: #211668; }
a { background-color: rgb(33,22,104); }
div.DivClassName
{
background-color: #211668;
}
.BgClassName
{
background-color: #211668;
}
</style>
border-color css
<style>
span { border-color: #211668; }
span { border-color: rgb(33,22,104); }
td.TdClassName
{
border-color: #211668;
}
.TagClassName
{
border-color: #211668;
}
</style>