Shades of Midnight Blue #211E6C
Tints of Midnight Blue #211E6C
RGB
CMYK
RGB Variations
Color information
#211E6C (or 0x211E6C) is known color: Midnight Blue. HEX triplet: 21, 1E and 6C. RGB value is (33,30,108). Sum of RGB (Red+Green+Blue) = 33+30+108=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #211E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E6C is #DEE193. Grayscale: #272727. Windows color (decimal): -14606740 or 7085601. OLE color: 7085601.
HSL color Cylindrical-coordinate representation of color #211E6C: hue angle of 242.31º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211E6C is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 30 | 108 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.58 |
| HSL | 242.31º | 0.57% | 0.27% | - |
| HSV(B) | 242.31º | 0.72% | 0.42% | - |
| XYZ | 3.8 | 2.33 | 14.44 | - |
| YUV | 39.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 108 | 0.69 | 0.72 | 0 | 0.58 | 242.31 | 0.57 | 0.27 |
| Hex | 21 | 1E | 6C | 45 | 48 | 0 | 3A | F2 | 39 | 1B |
| Octal | 41 | 36 | 154 | 105 | 110 | 0 | 72 | 362 | 71 | 33 |
| Binary | 100001 | 11110 | 1101100 | 1000101 | 1001000 | 0 | 111010 | 11110010 | 111001 | 11011 |
Color Harmonies of #211E6C
Complementary color
Monochromatic Colors of #211E6C
Black with #211E6C
Text Example
Text Example
White with #211E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E6C; }
p { color: rgb(33,30,108); }
H1.HeaderClassName
{
color: #211E6C;
}
.AnyTagClassName
{
color: #211E6C;
}
</style>
background-color css
<style>
a { background-color: #211E6C; }
a { background-color: rgb(33,30,108); }
div.DivClassName
{
background-color: #211E6C;
}
.BgClassName
{
background-color: #211E6C;
}
</style>
border-color css
<style>
span { border-color: #211E6C; }
span { border-color: rgb(33,30,108); }
td.TdClassName
{
border-color: #211E6C;
}
.TagClassName
{
border-color: #211E6C;
}
</style>