Shades of Midnight Blue #211067
Tints of Midnight Blue #211067
RGB
CMYK
RGB Variations
Color information
#211067 (or 0x211067) is known color: Midnight Blue. HEX triplet: 21, 10 and 67. RGB value is (33,16,103). Sum of RGB (Red+Green+Blue) = 33+16+103=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #211067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211067 is #DEEF98. Grayscale: #1E1E1E. Windows color (decimal): -14610329 or 6754337. OLE color: 6754337.
HSL color Cylindrical-coordinate representation of color #211067: hue angle of 251.72º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211067 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 16 | 103 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.60 |
| HSL | 251.72º | 0.73% | 0.23% | - |
| HSV(B) | 251.72º | 0.84% | 0.4% | - |
| XYZ | 3.26 | 1.67 | 12.98 | - |
| YUV | 31 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 103 | 0.68 | 0.84 | 0 | 0.60 | 251.72 | 0.73 | 0.23 |
| Hex | 21 | 10 | 67 | 44 | 54 | 0 | 3C | FC | 49 | 17 |
| Octal | 41 | 20 | 147 | 104 | 124 | 0 | 74 | 374 | 111 | 27 |
| Binary | 100001 | 10000 | 1100111 | 1000100 | 1010100 | 0 | 111100 | 11111100 | 1001001 | 10111 |
Color Harmonies of #211067
Complementary color
Monochromatic Colors of #211067
Black with #211067
Text Example
Text Example
White with #211067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211067; }
p { color: rgb(33,16,103); }
H1.HeaderClassName
{
color: #211067;
}
.AnyTagClassName
{
color: #211067;
}
</style>
background-color css
<style>
a { background-color: #211067; }
a { background-color: rgb(33,16,103); }
div.DivClassName
{
background-color: #211067;
}
.BgClassName
{
background-color: #211067;
}
</style>
border-color css
<style>
span { border-color: #211067; }
span { border-color: rgb(33,16,103); }
td.TdClassName
{
border-color: #211067;
}
.TagClassName
{
border-color: #211067;
}
</style>