#211E71

Color #211E71 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #211E71

Tints of Midnight Blue #211E71

Color information

#211E71 (or 0x211E71) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 71. RGB value is (33,30,113). Sum of RGB (Red+Green+Blue) = 33+30+113=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #211E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E71 is #DEE18E. Grayscale: #282828. Windows color (decimal): -14606735 or 7413281. OLE color: 7413281.

HSL color Cylindrical-coordinate representation of color #211E71: hue angle of 242.17º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211E71 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3330113-
CMYK0.710.7300.56
HSL242.17º58.04%28.04%-
HSV(B)242.17º73.45%44.31%-
XYZ4.072.4415.88-
YUV40.36168.99122.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 113 (44.53% from 255) = 64.20%
R=18.75%
G=17.05%
B=64.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33301130.710.7300.56242.1758.0428.04
Hex211E714749038f23a1c
Octal41361611071110703627234
Binary1000011111011100011000111100100101110001111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E71; }

 p { color: rgb(33,30,113); }

 H1.HeaderClassName
 {
   color: #211E71;
 }
 .AnyTagClassName
 {
   color: #211E71;
 }
</style>
background-color css

<style>
 a { background-color: #211E71; }

 a { background-color: rgb(33,30,113); }

 div.DivClassName
 {
   background-color: #211E71;
 }
 .BgClassName
 {
   background-color: #211E71;
 }
</style>
border-color css

<style>
 span { border-color: #211E71; }

 span { border-color: rgb(33,30,113); }

 td.TdClassName
 {
   border-color: #211E71;
 }
 .TagClassName
 {
   border-color: #211E71;
 }
</style>