#211765

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

Shades of Midnight Blue #211765

Tints of Midnight Blue #211765

Color information

#211765 (or 0x211765) is unknown color: approx Midnight Blue. HEX triplet: 21, 17 and 65. RGB value is (33,23,101). Sum of RGB (Red+Green+Blue) = 33+23+101=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #211765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211765 is #DEE89A. Grayscale: #222222. Windows color (decimal): -14608539 or 6625057. OLE color: 6625057.

HSL color Cylindrical-coordinate representation of color #211765: hue angle of 247.69º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211765 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3323101-
CMYK0.670.7700.60
HSL247.69º62.9%24.31%-
HSV(B)247.69º77.23%39.61%-
XYZ3.281.8812.5-
YUV34.88165.31126.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=21.02%
G=14.65%
B=64.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33231010.670.7700.60247.6962.924.31
Hex211765434D03Cf83f18
Octal41271451031150743707730
Binary1000011011111001011000011100110101111001111100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211765; }

 p { color: rgb(33,23,101); }

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

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

 a { background-color: rgb(33,23,101); }

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

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

 span { border-color: rgb(33,23,101); }

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