#211672

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

Shades of Midnight Blue #211672

Tints of Midnight Blue #211672

Color information

#211672 (or 0x211672) is unknown color: approx Midnight Blue. HEX triplet: 21, 16 and 72. RGB value is (33,22,114). Sum of RGB (Red+Green+Blue) = 33+22+114=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #211672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211672 is #DEE98D. Grayscale: #232323. Windows color (decimal): -14608782 or 7476769. OLE color: 7476769.

HSL color Cylindrical-coordinate representation of color #211672: hue angle of 247.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211672 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3322114-
CMYK0.710.8100.55
HSL247.17º67.65%26.67%-
HSV(B)247.17º80.7%44.71%-
XYZ3.952.1116.12-
YUV35.78172.14126.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=19.53%
G=13.02%
B=67.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33221140.710.8100.55247.1767.6526.67
Hex2116724751037f7441b
Octal412616210712106736710433
Binary10000110110111001010001111010001011011111110111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211672; }

 p { color: rgb(33,22,114); }

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

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

 a { background-color: rgb(33,22,114); }

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

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

 span { border-color: rgb(33,22,114); }

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