Shades of Midnight Blue #212773
Tints of Midnight Blue #212773
RGB
CMYK
RGB Variations
Color information
#212773 (or 0x212773) is known color: Midnight Blue. HEX triplet: 21, 27 and 73. RGB value is (33,39,115). Sum of RGB (Red+Green+Blue) = 33+39+115=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #212773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212773 is #DED88C. Grayscale: #2D2D2D. Windows color (decimal): -14604429 or 7546657. OLE color: 7546657.
HSL color Cylindrical-coordinate representation of color #212773: hue angle of 235.61º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212773 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 39 | 115 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.55 |
| HSL | 235.61º | 0.55% | 0.29% | - |
| HSV(B) | 235.61º | 0.71% | 0.45% | - |
| XYZ | 4.45 | 3.01 | 16.57 | - |
| YUV | 45.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 115 | 0.71 | 0.66 | 0 | 0.55 | 235.61 | 0.55 | 0.29 |
| Hex | 21 | 27 | 73 | 47 | 42 | 0 | 37 | EC | 37 | 1D |
| Octal | 41 | 47 | 163 | 107 | 102 | 0 | 67 | 354 | 67 | 35 |
| Binary | 100001 | 100111 | 1110011 | 1000111 | 1000010 | 0 | 110111 | 11101100 | 110111 | 11101 |
Color Harmonies of #212773
Complementary color
Monochromatic Colors of #212773
Black with #212773
Text Example
Text Example
White with #212773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212773; }
p { color: rgb(33,39,115); }
H1.HeaderClassName
{
color: #212773;
}
.AnyTagClassName
{
color: #212773;
}
</style>
background-color css
<style>
a { background-color: #212773; }
a { background-color: rgb(33,39,115); }
div.DivClassName
{
background-color: #212773;
}
.BgClassName
{
background-color: #212773;
}
</style>
border-color css
<style>
span { border-color: #212773; }
span { border-color: rgb(33,39,115); }
td.TdClassName
{
border-color: #212773;
}
.TagClassName
{
border-color: #212773;
}
</style>