Shades of Midnight Blue #212C7D
Tints of Midnight Blue #212C7D
RGB
CMYK
RGB Variations
Color information
#212C7D (or 0x212C7D) is known color: Midnight Blue. HEX triplet: 21, 2C and 7D. RGB value is (33,44,125). Sum of RGB (Red+Green+Blue) = 33+44+125=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #212C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C7D is #DED382. Grayscale: #313131. Windows color (decimal): -14603139 or 8203297. OLE color: 8203297.
HSL color Cylindrical-coordinate representation of color #212C7D: hue angle of 232.83º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212C7D is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 44 | 125 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.51 |
| HSL | 232.83º | 0.58% | 0.31% | - |
| HSV(B) | 232.83º | 0.74% | 0.49% | - |
| XYZ | 5.23 | 3.61 | 19.82 | - |
| YUV | 49.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 125 | 0.74 | 0.65 | 0 | 0.51 | 232.83 | 0.58 | 0.31 |
| Hex | 21 | 2C | 7D | 4A | 41 | 0 | 33 | E9 | 3A | 1F |
| Octal | 41 | 54 | 175 | 112 | 101 | 0 | 63 | 351 | 72 | 37 |
| Binary | 100001 | 101100 | 1111101 | 1001010 | 1000001 | 0 | 110011 | 11101001 | 111010 | 11111 |
Color Harmonies of #212C7D
Complementary color
Monochromatic Colors of #212C7D
Black with #212C7D
Text Example
Text Example
White with #212C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C7D; }
p { color: rgb(33,44,125); }
H1.HeaderClassName
{
color: #212C7D;
}
.AnyTagClassName
{
color: #212C7D;
}
</style>
background-color css
<style>
a { background-color: #212C7D; }
a { background-color: rgb(33,44,125); }
div.DivClassName
{
background-color: #212C7D;
}
.BgClassName
{
background-color: #212C7D;
}
</style>
border-color css
<style>
span { border-color: #212C7D; }
span { border-color: rgb(33,44,125); }
td.TdClassName
{
border-color: #212C7D;
}
.TagClassName
{
border-color: #212C7D;
}
</style>