#211071

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

Shades of Midnight Blue #211071

Tints of Midnight Blue #211071

Color information

#211071 (or 0x211071) is unknown color: approx Midnight Blue. HEX triplet: 21, 10 and 71. RGB value is (33,16,113). Sum of RGB (Red+Green+Blue) = 33+16+113=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #211071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211071 is #DEEF8E. Grayscale: #1F1F1F. Windows color (decimal): -14610319 or 7409697. OLE color: 7409697.

HSL color Cylindrical-coordinate representation of color #211071: hue angle of 250.52º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211071 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3316113-
CMYK0.710.8600.56
HSL250.52º75.19%25.29%-
HSV(B)250.52º85.84%44.31%-
XYZ3.791.8915.79-
YUV32.14173.63128.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=20.37%
G=9.88%
B=69.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33161130.710.8600.56250.5275.1925.29
Hex2110714756038fb4b19
Octal412016110712607037311331
Binary10000110000111000110001111010110011100011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211071; }

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

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

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

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

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

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

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

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