Shades of Midnight Blue #211F75
Tints of Midnight Blue #211F75
RGB
CMYK
RGB Variations
Color information
#211F75 (or 0x211F75) is known color: Midnight Blue. HEX triplet: 21, 1F and 75. RGB value is (33,31,117). Sum of RGB (Red+Green+Blue) = 33+31+117=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #211F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F75 is #DEE08A. Grayscale: #292929. Windows color (decimal): -14606475 or 7675681. OLE color: 7675681.
HSL color Cylindrical-coordinate representation of color #211F75: hue angle of 241.4º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211F75 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 31 | 117 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.54 |
| HSL | 241.4º | 0.58% | 0.29% | - |
| HSV(B) | 241.4º | 0.74% | 0.46% | - |
| XYZ | 4.33 | 2.59 | 17.1 | - |
| YUV | 41.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 117 | 0.72 | 0.74 | 0 | 0.54 | 241.4 | 0.58 | 0.29 |
| Hex | 21 | 1F | 75 | 48 | 4A | 0 | 36 | F1 | 3A | 1D |
| Octal | 41 | 37 | 165 | 110 | 112 | 0 | 66 | 361 | 72 | 35 |
| Binary | 100001 | 11111 | 1110101 | 1001000 | 1001010 | 0 | 110110 | 11110001 | 111010 | 11101 |
Color Harmonies of #211F75
Complementary color
Monochromatic Colors of #211F75
Black with #211F75
Text Example
Text Example
White with #211F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F75; }
p { color: rgb(33,31,117); }
H1.HeaderClassName
{
color: #211F75;
}
.AnyTagClassName
{
color: #211F75;
}
</style>
background-color css
<style>
a { background-color: #211F75; }
a { background-color: rgb(33,31,117); }
div.DivClassName
{
background-color: #211F75;
}
.BgClassName
{
background-color: #211F75;
}
</style>
border-color css
<style>
span { border-color: #211F75; }
span { border-color: rgb(33,31,117); }
td.TdClassName
{
border-color: #211F75;
}
.TagClassName
{
border-color: #211F75;
}
</style>