#211560

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

Shades of Midnight Blue #211560

Tints of Midnight Blue #211560

Color information

#211560 (or 0x211560) is unknown color: approx Midnight Blue. HEX triplet: 21, 15 and 60. RGB value is (33,21,96). Sum of RGB (Red+Green+Blue) = 33+21+96=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #211560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211560 is #DEEA9F. Grayscale: #202020. Windows color (decimal): -14609056 or 6296865. OLE color: 6296865.

HSL color Cylindrical-coordinate representation of color #211560: hue angle of 249.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211560 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB332196-
CMYK0.660.7800.62
HSL249.6º64.1%22.94%-
HSV(B)249.6º78.12%37.65%-
XYZ3.011.711.24-
YUV33.14163.48127.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 96 (37.89% from 255) = 64%
R=22%
G=14%
B=64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3321960.660.7800.62249.664.122.94
Hex211560424E03Efa4017
Octal412514010211607637210027
Binary10000110101110000010000101001110011111011111010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211560; }

 p { color: rgb(33,21,96); }

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

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

 a { background-color: rgb(33,21,96); }

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

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

 span { border-color: rgb(33,21,96); }

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