Shades of Midnight Blue #211E69
Tints of Midnight Blue #211E69
RGB
CMYK
RGB Variations
Color information
#211E69 (or 0x211E69) is known color: Midnight Blue. HEX triplet: 21, 1E and 69. RGB value is (33,30,105). Sum of RGB (Red+Green+Blue) = 33+30+105=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #211E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E69 is #DEE196. Grayscale: #272727. Windows color (decimal): -14606743 or 6888993. OLE color: 6888993.
HSL color Cylindrical-coordinate representation of color #211E69: hue angle of 242.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211E69 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 30 | 105 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.59 |
| HSL | 242.4º | 0.56% | 0.26% | - |
| HSV(B) | 242.4º | 0.71% | 0.41% | - |
| XYZ | 3.64 | 2.27 | 13.61 | - |
| YUV | 39.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 105 | 0.69 | 0.71 | 0 | 0.59 | 242.4 | 0.56 | 0.26 |
| Hex | 21 | 1E | 69 | 45 | 47 | 0 | 3B | F2 | 38 | 1A |
| Octal | 41 | 36 | 151 | 105 | 107 | 0 | 73 | 362 | 70 | 32 |
| Binary | 100001 | 11110 | 1101001 | 1000101 | 1000111 | 0 | 111011 | 11110010 | 111000 | 11010 |
Color Harmonies of #211E69
Complementary color
Monochromatic Colors of #211E69
Black with #211E69
Text Example
Text Example
White with #211E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E69; }
p { color: rgb(33,30,105); }
H1.HeaderClassName
{
color: #211E69;
}
.AnyTagClassName
{
color: #211E69;
}
</style>
background-color css
<style>
a { background-color: #211E69; }
a { background-color: rgb(33,30,105); }
div.DivClassName
{
background-color: #211E69;
}
.BgClassName
{
background-color: #211E69;
}
</style>
border-color css
<style>
span { border-color: #211E69; }
span { border-color: rgb(33,30,105); }
td.TdClassName
{
border-color: #211E69;
}
.TagClassName
{
border-color: #211E69;
}
</style>