#211A62

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

Shades of Midnight Blue #211A62

Tints of Midnight Blue #211A62

Color information

#211A62 (or 0x211A62) is unknown color: approx Midnight Blue. HEX triplet: 21, 1A and 62. RGB value is (33,26,98). Sum of RGB (Red+Green+Blue) = 33+26+98=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #211A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A62 is #DEE59D. Grayscale: #242424. Windows color (decimal): -14607774 or 6429217. OLE color: 6429217.

HSL color Cylindrical-coordinate representation of color #211A62: hue angle of 245.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211A62 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB332698-
CMYK0.660.7300.62
HSL245.83º58.06%24.31%-
HSV(B)245.83º73.47%38.43%-
XYZ3.21.9411.76-
YUV36.3162.82125.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=21.02%
G=16.56%
B=62.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3326980.660.7300.62245.8358.0624.31
Hex211A62424903Ef63a18
Octal41321421021110763667230
Binary1000011101011000101000010100100101111101111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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