#211E60

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

Shades of Midnight Blue #211E60

Tints of Midnight Blue #211E60

Color information

#211E60 (or 0x211E60) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 60. RGB value is (33,30,96). Sum of RGB (Red+Green+Blue) = 33+30+96=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #211E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E60 is #DEE19F. Grayscale: #262626. Windows color (decimal): -14606752 or 6299169. OLE color: 6299169.

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

Color convert

RGB333096-
CMYK0.660.6900.62
HSL242.73º52.38%24.71%-
HSV(B)242.73º68.75%37.65%-
XYZ3.22.111.3-
YUV38.42160.49124.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=20.75%
G=18.87%
B=60.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3330960.660.6900.62242.7352.3824.71
Hex211E60424503Ef33419
Octal41361401021050763636431
Binary1000011111011000001000010100010101111101111001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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