Shades of Midnight Blue #212677
Tints of Midnight Blue #212677
RGB
CMYK
RGB Variations
Color information
#212677 (or 0x212677) is known color: Midnight Blue. HEX triplet: 21, 26 and 77. RGB value is (33,38,119). Sum of RGB (Red+Green+Blue) = 33+38+119=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #212677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212677 is #DED988. Grayscale: #2D2D2D. Windows color (decimal): -14604681 or 7808545. OLE color: 7808545.
HSL color Cylindrical-coordinate representation of color #212677: hue angle of 236.51º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212677 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 38 | 119 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.53 |
| HSL | 236.51º | 0.57% | 0.3% | - |
| HSV(B) | 236.51º | 0.72% | 0.47% | - |
| XYZ | 4.65 | 3.04 | 17.79 | - |
| YUV | 45.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 119 | 0.72 | 0.68 | 0 | 0.53 | 236.51 | 0.57 | 0.3 |
| Hex | 21 | 26 | 77 | 48 | 44 | 0 | 35 | ED | 39 | 1E |
| Octal | 41 | 46 | 167 | 110 | 104 | 0 | 65 | 355 | 71 | 36 |
| Binary | 100001 | 100110 | 1110111 | 1001000 | 1000100 | 0 | 110101 | 11101101 | 111001 | 11110 |
Color Harmonies of #212677
Complementary color
Monochromatic Colors of #212677
Black with #212677
Text Example
Text Example
White with #212677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212677; }
p { color: rgb(33,38,119); }
H1.HeaderClassName
{
color: #212677;
}
.AnyTagClassName
{
color: #212677;
}
</style>
background-color css
<style>
a { background-color: #212677; }
a { background-color: rgb(33,38,119); }
div.DivClassName
{
background-color: #212677;
}
.BgClassName
{
background-color: #212677;
}
</style>
border-color css
<style>
span { border-color: #212677; }
span { border-color: rgb(33,38,119); }
td.TdClassName
{
border-color: #212677;
}
.TagClassName
{
border-color: #212677;
}
</style>