Shades of Midnight Blue #212276
Tints of Midnight Blue #212276
RGB
CMYK
RGB Variations
Color information
#212276 (or 0x212276) is known color: Midnight Blue. HEX triplet: 21, 22 and 76. RGB value is (33,34,118). Sum of RGB (Red+Green+Blue) = 33+34+118=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #212276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212276 is #DEDD89. Grayscale: #2A2A2A. Windows color (decimal): -14605706 or 7741985. OLE color: 7741985.
HSL color Cylindrical-coordinate representation of color #212276: hue angle of 239.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212276 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 34 | 118 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.54 |
| HSL | 239.29º | 0.56% | 0.3% | - |
| HSV(B) | 239.29º | 0.72% | 0.46% | - |
| XYZ | 4.47 | 2.78 | 17.44 | - |
| YUV | 43.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 118 | 0.72 | 0.71 | 0 | 0.54 | 239.29 | 0.56 | 0.3 |
| Hex | 21 | 22 | 76 | 48 | 47 | 0 | 36 | EF | 38 | 1E |
| Octal | 41 | 42 | 166 | 110 | 107 | 0 | 66 | 357 | 70 | 36 |
| Binary | 100001 | 100010 | 1110110 | 1001000 | 1000111 | 0 | 110110 | 11101111 | 111000 | 11110 |
Color Harmonies of #212276
Complementary color
Monochromatic Colors of #212276
Black with #212276
Text Example
Text Example
White with #212276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212276; }
p { color: rgb(33,34,118); }
H1.HeaderClassName
{
color: #212276;
}
.AnyTagClassName
{
color: #212276;
}
</style>
background-color css
<style>
a { background-color: #212276; }
a { background-color: rgb(33,34,118); }
div.DivClassName
{
background-color: #212276;
}
.BgClassName
{
background-color: #212276;
}
</style>
border-color css
<style>
span { border-color: #212276; }
span { border-color: rgb(33,34,118); }
td.TdClassName
{
border-color: #212276;
}
.TagClassName
{
border-color: #212276;
}
</style>