Shades of Midnight Blue #211D75
Tints of Midnight Blue #211D75
RGB
CMYK
RGB Variations
Color information
#211D75 (or 0x211D75) is known color: Midnight Blue. HEX triplet: 21, 1D and 75. RGB value is (33,29,117). Sum of RGB (Red+Green+Blue) = 33+29+117=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #211D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D75 is #DEE28A. Grayscale: #272727. Windows color (decimal): -14606987 or 7675169. OLE color: 7675169.
HSL color Cylindrical-coordinate representation of color #211D75: hue angle of 242.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211D75 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 29 | 117 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.54 |
| HSL | 242.73º | 0.6% | 0.29% | - |
| HSV(B) | 242.73º | 0.75% | 0.46% | - |
| XYZ | 4.28 | 2.49 | 17.08 | - |
| YUV | 40.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 117 | 0.72 | 0.75 | 0 | 0.54 | 242.73 | 0.6 | 0.29 |
| Hex | 21 | 1D | 75 | 48 | 4B | 0 | 36 | F3 | 3C | 1D |
| Octal | 41 | 35 | 165 | 110 | 113 | 0 | 66 | 363 | 74 | 35 |
| Binary | 100001 | 11101 | 1110101 | 1001000 | 1001011 | 0 | 110110 | 11110011 | 111100 | 11101 |
Color Harmonies of #211D75
Complementary color
Monochromatic Colors of #211D75
Black with #211D75
Text Example
Text Example
White with #211D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D75; }
p { color: rgb(33,29,117); }
H1.HeaderClassName
{
color: #211D75;
}
.AnyTagClassName
{
color: #211D75;
}
</style>
background-color css
<style>
a { background-color: #211D75; }
a { background-color: rgb(33,29,117); }
div.DivClassName
{
background-color: #211D75;
}
.BgClassName
{
background-color: #211D75;
}
</style>
border-color css
<style>
span { border-color: #211D75; }
span { border-color: rgb(33,29,117); }
td.TdClassName
{
border-color: #211D75;
}
.TagClassName
{
border-color: #211D75;
}
</style>