#211A6D

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

Shades of Midnight Blue #211A6D

Tints of Midnight Blue #211A6D

Color information

#211A6D (or 0x211A6D) is unknown color: approx Midnight Blue. HEX triplet: 21, 1A and 6D. RGB value is (33,26,109). Sum of RGB (Red+Green+Blue) = 33+26+109=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #211A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A6D is #DEE592. Grayscale: #252525. Windows color (decimal): -14607763 or 7150113. OLE color: 7150113.

HSL color Cylindrical-coordinate representation of color #211A6D: hue angle of 245.06º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211A6D is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3326109-
CMYK0.700.7600.57
HSL245.06º61.48%26.47%-
HSV(B)245.06º76.15%42.75%-
XYZ3.762.1714.69-
YUV37.56168.32124.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=19.64%
G=15.48%
B=64.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33261090.700.7600.57245.0661.4826.47
Hex211A6D464C039f53d1a
Octal41321551061140713657532
Binary1000011101011011011000110100110001110011111010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211A6D; }

 p { color: rgb(33,26,109); }

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

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

 a { background-color: rgb(33,26,109); }

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

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

 span { border-color: rgb(33,26,109); }

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