Shades of Midnight Blue #211F74
Tints of Midnight Blue #211F74
RGB
CMYK
RGB Variations
Color information
#211F74 (or 0x211F74) is known color: Midnight Blue. HEX triplet: 21, 1F and 74. RGB value is (33,31,116). Sum of RGB (Red+Green+Blue) = 33+31+116=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #211F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F74 is #DEE08B. Grayscale: #282828. Windows color (decimal): -14606476 or 7610145. OLE color: 7610145.
HSL color Cylindrical-coordinate representation of color #211F74: hue angle of 241.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211F74 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 31 | 116 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.55 |
| HSL | 241.41º | 0.58% | 0.29% | - |
| HSV(B) | 241.41º | 0.73% | 0.45% | - |
| XYZ | 4.27 | 2.56 | 16.79 | - |
| YUV | 41.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 116 | 0.72 | 0.73 | 0 | 0.55 | 241.41 | 0.58 | 0.29 |
| Hex | 21 | 1F | 74 | 48 | 49 | 0 | 37 | F1 | 3A | 1D |
| Octal | 41 | 37 | 164 | 110 | 111 | 0 | 67 | 361 | 72 | 35 |
| Binary | 100001 | 11111 | 1110100 | 1001000 | 1001001 | 0 | 110111 | 11110001 | 111010 | 11101 |
Color Harmonies of #211F74
Complementary color
Monochromatic Colors of #211F74
Black with #211F74
Text Example
Text Example
White with #211F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F74; }
p { color: rgb(33,31,116); }
H1.HeaderClassName
{
color: #211F74;
}
.AnyTagClassName
{
color: #211F74;
}
</style>
background-color css
<style>
a { background-color: #211F74; }
a { background-color: rgb(33,31,116); }
div.DivClassName
{
background-color: #211F74;
}
.BgClassName
{
background-color: #211F74;
}
</style>
border-color css
<style>
span { border-color: #211F74; }
span { border-color: rgb(33,31,116); }
td.TdClassName
{
border-color: #211F74;
}
.TagClassName
{
border-color: #211F74;
}
</style>