#211F71

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

Shades of Midnight Blue #211F71

Tints of Midnight Blue #211F71

Color information

#211F71 (or 0x211F71) is unknown color: approx Midnight Blue. HEX triplet: 21, 1F and 71. RGB value is (33,31,113). Sum of RGB (Red+Green+Blue) = 33+31+113=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #211F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F71 is #DEE08E. Grayscale: #282828. Windows color (decimal): -14606479 or 7413537. OLE color: 7413537.

HSL color Cylindrical-coordinate representation of color #211F71: hue angle of 241.46º degrees, saturation: 0.57, 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 #211F71 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3331113-
CMYK0.710.7300.56
HSL241.46º56.94%28.24%-
HSV(B)241.46º72.57%44.31%-
XYZ4.12.515.89-
YUV40.95168.66122.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 113 (44.53% from 255) = 63.84%
R=18.64%
G=17.51%
B=63.84%

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
Decimal33311130.710.7300.56241.4656.9428.24
Hex211F714749038f1391c
Octal41371611071110703617134
Binary1000011111111100011000111100100101110001111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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