Shades of Midnight Blue #211C72
Tints of Midnight Blue #211C72
RGB
CMYK
RGB Variations
Color information
#211C72 (or 0x211C72) is known color: Midnight Blue. HEX triplet: 21, 1C and 72. RGB value is (33,28,114). Sum of RGB (Red+Green+Blue) = 33+28+114=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #211C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C72 is #DEE38D. Grayscale: #262626. Windows color (decimal): -14607246 or 7478305. OLE color: 7478305.
HSL color Cylindrical-coordinate representation of color #211C72: hue angle of 243.49º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211C72 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 28 | 114 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.55 |
| HSL | 243.49º | 0.61% | 0.28% | - |
| HSV(B) | 243.49º | 0.75% | 0.45% | - |
| XYZ | 4.08 | 2.37 | 16.16 | - |
| YUV | 39.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 114 | 0.71 | 0.75 | 0 | 0.55 | 243.49 | 0.61 | 0.28 |
| Hex | 21 | 1C | 72 | 47 | 4B | 0 | 37 | F3 | 3D | 1C |
| Octal | 41 | 34 | 162 | 107 | 113 | 0 | 67 | 363 | 75 | 34 |
| Binary | 100001 | 11100 | 1110010 | 1000111 | 1001011 | 0 | 110111 | 11110011 | 111101 | 11100 |
Color Harmonies of #211C72
Complementary color
Monochromatic Colors of #211C72
Black with #211C72
Text Example
Text Example
White with #211C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C72; }
p { color: rgb(33,28,114); }
H1.HeaderClassName
{
color: #211C72;
}
.AnyTagClassName
{
color: #211C72;
}
</style>
background-color css
<style>
a { background-color: #211C72; }
a { background-color: rgb(33,28,114); }
div.DivClassName
{
background-color: #211C72;
}
.BgClassName
{
background-color: #211C72;
}
</style>
border-color css
<style>
span { border-color: #211C72; }
span { border-color: rgb(33,28,114); }
td.TdClassName
{
border-color: #211C72;
}
.TagClassName
{
border-color: #211C72;
}
</style>