Shades of Midnight Blue #211F69
Tints of Midnight Blue #211F69
RGB
CMYK
RGB Variations
Color information
#211F69 (or 0x211F69) is known color: Midnight Blue. HEX triplet: 21, 1F and 69. RGB value is (33,31,105). Sum of RGB (Red+Green+Blue) = 33+31+105=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #211F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F69 is #DEE096. Grayscale: #272727. Windows color (decimal): -14606487 or 6889249. OLE color: 6889249.
HSL color Cylindrical-coordinate representation of color #211F69: hue angle of 241.62º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211F69 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 31 | 105 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.59 |
| HSL | 241.62º | 0.54% | 0.27% | - |
| HSV(B) | 241.62º | 0.7% | 0.41% | - |
| XYZ | 3.67 | 2.32 | 13.62 | - |
| YUV | 40.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 105 | 0.69 | 0.70 | 0 | 0.59 | 241.62 | 0.54 | 0.27 |
| Hex | 21 | 1F | 69 | 45 | 46 | 0 | 3B | F2 | 36 | 1B |
| Octal | 41 | 37 | 151 | 105 | 106 | 0 | 73 | 362 | 66 | 33 |
| Binary | 100001 | 11111 | 1101001 | 1000101 | 1000110 | 0 | 111011 | 11110010 | 110110 | 11011 |
Color Harmonies of #211F69
Complementary color
Monochromatic Colors of #211F69
Black with #211F69
Text Example
Text Example
White with #211F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F69; }
p { color: rgb(33,31,105); }
H1.HeaderClassName
{
color: #211F69;
}
.AnyTagClassName
{
color: #211F69;
}
</style>
background-color css
<style>
a { background-color: #211F69; }
a { background-color: rgb(33,31,105); }
div.DivClassName
{
background-color: #211F69;
}
.BgClassName
{
background-color: #211F69;
}
</style>
border-color css
<style>
span { border-color: #211F69; }
span { border-color: rgb(33,31,105); }
td.TdClassName
{
border-color: #211F69;
}
.TagClassName
{
border-color: #211F69;
}
</style>