Shades of Midnight Blue #212377
Tints of Midnight Blue #212377
RGB
CMYK
RGB Variations
Color information
#212377 (or 0x212377) is known color: Midnight Blue. HEX triplet: 21, 23 and 77. RGB value is (33,35,119). Sum of RGB (Red+Green+Blue) = 33+35+119=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #212377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212377 is #DEDC88. Grayscale: #2B2B2B. Windows color (decimal): -14605449 or 7807777. OLE color: 7807777.
HSL color Cylindrical-coordinate representation of color #212377: hue angle of 238.6º 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 #212377 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 35 | 119 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.53 |
| HSL | 238.6º | 0.57% | 0.3% | - |
| HSV(B) | 238.6º | 0.72% | 0.47% | - |
| XYZ | 4.56 | 2.86 | 17.76 | - |
| YUV | 43.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 119 | 0.72 | 0.71 | 0 | 0.53 | 238.6 | 0.57 | 0.3 |
| Hex | 21 | 23 | 77 | 48 | 47 | 0 | 35 | EF | 39 | 1E |
| Octal | 41 | 43 | 167 | 110 | 107 | 0 | 65 | 357 | 71 | 36 |
| Binary | 100001 | 100011 | 1110111 | 1001000 | 1000111 | 0 | 110101 | 11101111 | 111001 | 11110 |
Color Harmonies of #212377
Complementary color
Monochromatic Colors of #212377
Black with #212377
Text Example
Text Example
White with #212377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212377; }
p { color: rgb(33,35,119); }
H1.HeaderClassName
{
color: #212377;
}
.AnyTagClassName
{
color: #212377;
}
</style>
background-color css
<style>
a { background-color: #212377; }
a { background-color: rgb(33,35,119); }
div.DivClassName
{
background-color: #212377;
}
.BgClassName
{
background-color: #212377;
}
</style>
border-color css
<style>
span { border-color: #212377; }
span { border-color: rgb(33,35,119); }
td.TdClassName
{
border-color: #212377;
}
.TagClassName
{
border-color: #212377;
}
</style>