#211E78

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

Shades of Midnight Blue #211E78

Tints of Midnight Blue #211E78

Color information

#211E78 (or 0x211E78) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 78. RGB value is (33,30,120). Sum of RGB (Red+Green+Blue) = 33+30+120=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #211E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E78 is #DEE187. Grayscale: #282828. Windows color (decimal): -14606728 or 7872033. OLE color: 7872033.

HSL color Cylindrical-coordinate representation of color #211E78: hue angle of 242º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211E78 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3330120-
CMYK0.720.7500.53
HSL242º60%29.41%-
HSV(B)242º75%47.06%-
XYZ4.482.6118.04-
YUV41.16172.49122.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 120 (47.27% from 255) = 65.57%
R=18.03%
G=16.39%
B=65.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33301200.720.7500.532426029.41
Hex211E78484B035f23c1d
Octal41361701101130653627435
Binary1000011111011110001001000100101101101011111001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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