Shades of Midnight Blue #211B73
Tints of Midnight Blue #211B73
RGB
CMYK
RGB Variations
Color information
#211B73 (or 0x211B73) is known color: Midnight Blue. HEX triplet: 21, 1B and 73. RGB value is (33,27,115). Sum of RGB (Red+Green+Blue) = 33+27+115=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #211B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B73 is #DEE48C. Grayscale: #262626. Windows color (decimal): -14607501 or 7543585. OLE color: 7543585.
HSL color Cylindrical-coordinate representation of color #211B73: hue angle of 244.09º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211B73 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 27 | 115 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.55 |
| HSL | 244.09º | 0.62% | 0.28% | - |
| HSV(B) | 244.09º | 0.77% | 0.45% | - |
| XYZ | 4.11 | 2.35 | 16.46 | - |
| YUV | 38.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 115 | 0.71 | 0.77 | 0 | 0.55 | 244.09 | 0.62 | 0.28 |
| Hex | 21 | 1B | 73 | 47 | 4D | 0 | 37 | F4 | 3E | 1C |
| Octal | 41 | 33 | 163 | 107 | 115 | 0 | 67 | 364 | 76 | 34 |
| Binary | 100001 | 11011 | 1110011 | 1000111 | 1001101 | 0 | 110111 | 11110100 | 111110 | 11100 |
Color Harmonies of #211B73
Complementary color
Monochromatic Colors of #211B73
Black with #211B73
Text Example
Text Example
White with #211B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B73; }
p { color: rgb(33,27,115); }
H1.HeaderClassName
{
color: #211B73;
}
.AnyTagClassName
{
color: #211B73;
}
</style>
background-color css
<style>
a { background-color: #211B73; }
a { background-color: rgb(33,27,115); }
div.DivClassName
{
background-color: #211B73;
}
.BgClassName
{
background-color: #211B73;
}
</style>
border-color css
<style>
span { border-color: #211B73; }
span { border-color: rgb(33,27,115); }
td.TdClassName
{
border-color: #211B73;
}
.TagClassName
{
border-color: #211B73;
}
</style>