Shades of Midnight Blue #211F7B
Tints of Midnight Blue #211F7B
RGB
CMYK
RGB Variations
Color information
#211F7B (or 0x211F7B) is known color: Midnight Blue. HEX triplet: 21, 1F and 7B. RGB value is (33,31,123). Sum of RGB (Red+Green+Blue) = 33+31+123=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #211F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F7B is #DEE084. Grayscale: #292929. Windows color (decimal): -14606469 or 8068897. OLE color: 8068897.
HSL color Cylindrical-coordinate representation of color #211F7B: hue angle of 241.3º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211F7B is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 31 | 123 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.52 |
| HSL | 241.3º | 0.6% | 0.3% | - |
| HSV(B) | 241.3º | 0.75% | 0.48% | - |
| XYZ | 4.69 | 2.73 | 19.02 | - |
| YUV | 42.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 123 | 0.73 | 0.75 | 0 | 0.52 | 241.3 | 0.6 | 0.3 |
| Hex | 21 | 1F | 7B | 49 | 4B | 0 | 34 | F1 | 3C | 1E |
| Octal | 41 | 37 | 173 | 111 | 113 | 0 | 64 | 361 | 74 | 36 |
| Binary | 100001 | 11111 | 1111011 | 1001001 | 1001011 | 0 | 110100 | 11110001 | 111100 | 11110 |
Color Harmonies of #211F7B
Complementary color
Monochromatic Colors of #211F7B
Black with #211F7B
Text Example
Text Example
White with #211F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F7B; }
p { color: rgb(33,31,123); }
H1.HeaderClassName
{
color: #211F7B;
}
.AnyTagClassName
{
color: #211F7B;
}
</style>
background-color css
<style>
a { background-color: #211F7B; }
a { background-color: rgb(33,31,123); }
div.DivClassName
{
background-color: #211F7B;
}
.BgClassName
{
background-color: #211F7B;
}
</style>
border-color css
<style>
span { border-color: #211F7B; }
span { border-color: rgb(33,31,123); }
td.TdClassName
{
border-color: #211F7B;
}
.TagClassName
{
border-color: #211F7B;
}
</style>