Shades of Midnight Blue #211B6E
Tints of Midnight Blue #211B6E
RGB
CMYK
RGB Variations
Color information
#211B6E (or 0x211B6E) is known color: Midnight Blue. HEX triplet: 21, 1B and 6E. RGB value is (33,27,110). Sum of RGB (Red+Green+Blue) = 33+27+110=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #211B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B6E is #DEE491. Grayscale: #252525. Windows color (decimal): -14607506 or 7215905. OLE color: 7215905.
HSL color Cylindrical-coordinate representation of color #211B6E: hue angle of 244.34º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211B6E is Cyan = 0.7, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 27 | 110 | - |
| CMYK | 0.7 | 0.75 | 0 | 0.57 |
| HSL | 244.34º | 0.61% | 0.27% | - |
| HSV(B) | 244.34º | 0.75% | 0.43% | - |
| XYZ | 3.83 | 2.23 | 14.98 | - |
| YUV | 38.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 110 | 0.7 | 0.75 | 0 | 0.57 | 244.34 | 0.61 | 0.27 |
| Hex | 21 | 1B | 6E | 46 | 4B | 0 | 39 | F4 | 3D | 1B |
| Octal | 41 | 33 | 156 | 106 | 113 | 0 | 71 | 364 | 75 | 33 |
| Binary | 100001 | 11011 | 1101110 | 1000110 | 1001011 | 0 | 111001 | 11110100 | 111101 | 11011 |
Color Harmonies of #211B6E
Complementary color
Monochromatic Colors of #211B6E
Black with #211B6E
Text Example
Text Example
White with #211B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B6E; }
p { color: rgb(33,27,110); }
H1.HeaderClassName
{
color: #211B6E;
}
.AnyTagClassName
{
color: #211B6E;
}
</style>
background-color css
<style>
a { background-color: #211B6E; }
a { background-color: rgb(33,27,110); }
div.DivClassName
{
background-color: #211B6E;
}
.BgClassName
{
background-color: #211B6E;
}
</style>
border-color css
<style>
span { border-color: #211B6E; }
span { border-color: rgb(33,27,110); }
td.TdClassName
{
border-color: #211B6E;
}
.TagClassName
{
border-color: #211B6E;
}
</style>