Shades of Midnight Blue #211B80
Tints of Midnight Blue #211B80
RGB
CMYK
RGB Variations
Color information
#211B80 (or 0x211B80) is known color: Midnight Blue. HEX triplet: 21, 1B and 80. RGB value is (33,27,128). Sum of RGB (Red+Green+Blue) = 33+27+128=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #211B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B80 is #DEE47F. Grayscale: #272727. Windows color (decimal): -14607488 or 8395553. OLE color: 8395553.
HSL color Cylindrical-coordinate representation of color #211B80: hue angle of 243.56º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211B80 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 27 | 128 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.50 |
| HSL | 243.56º | 0.65% | 0.3% | - |
| HSV(B) | 243.56º | 0.79% | 0.5% | - |
| XYZ | 4.92 | 2.67 | 20.68 | - |
| YUV | 40.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 128 | 0.74 | 0.79 | 0 | 0.50 | 243.56 | 0.65 | 0.3 |
| Hex | 21 | 1B | 80 | 4A | 4F | 0 | 32 | F4 | 41 | 1E |
| Octal | 41 | 33 | 200 | 112 | 117 | 0 | 62 | 364 | 101 | 36 |
| Binary | 100001 | 11011 | 10000000 | 1001010 | 1001111 | 0 | 110010 | 11110100 | 1000001 | 11110 |
Color Harmonies of #211B80
Complementary color
Monochromatic Colors of #211B80
Black with #211B80
Text Example
Text Example
White with #211B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B80; }
p { color: rgb(33,27,128); }
H1.HeaderClassName
{
color: #211B80;
}
.AnyTagClassName
{
color: #211B80;
}
</style>
background-color css
<style>
a { background-color: #211B80; }
a { background-color: rgb(33,27,128); }
div.DivClassName
{
background-color: #211B80;
}
.BgClassName
{
background-color: #211B80;
}
</style>
border-color css
<style>
span { border-color: #211B80; }
span { border-color: rgb(33,27,128); }
td.TdClassName
{
border-color: #211B80;
}
.TagClassName
{
border-color: #211B80;
}
</style>