#211070

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

Shades of Midnight Blue #211070

Tints of Midnight Blue #211070

Color information

#211070 (or 0x211070) is unknown color: approx Midnight Blue. HEX triplet: 21, 10 and 70. RGB value is (33,16,112). Sum of RGB (Red+Green+Blue) = 33+16+112=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #211070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211070 is #DEEF8F. Grayscale: #1F1F1F. Windows color (decimal): -14610320 or 7344161. OLE color: 7344161.

HSL color Cylindrical-coordinate representation of color #211070: hue angle of 250.62º 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 #211070 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3316112-
CMYK0.710.8600.56
HSL250.62º75%25.1%-
HSV(B)250.62º85.71%43.92%-
XYZ3.741.8615.49-
YUV32.03173.13128.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=20.50%
G=9.94%
B=69.57%

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
Decimal33161120.710.8600.56250.627525.1
Hex2110704756038fb4b19
Octal412016010712607037311331
Binary10000110000111000010001111010110011100011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211070; }

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

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

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

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

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

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

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

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