#211E73

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

Shades of Midnight Blue #211E73

Tints of Midnight Blue #211E73

Color information

#211E73 (or 0x211E73) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 73. RGB value is (33,30,115). Sum of RGB (Red+Green+Blue) = 33+30+115=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #211E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E73 is #DEE18C. Grayscale: #282828. Windows color (decimal): -14606733 or 7544353. OLE color: 7544353.

HSL color Cylindrical-coordinate representation of color #211E73: hue angle of 242.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211E73 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3330115-
CMYK0.710.7400.55
HSL242.12º58.62%28.43%-
HSV(B)242.12º73.91%45.1%-
XYZ4.192.4916.48-
YUV40.59169.99122.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 115 (45.31% from 255) = 64.61%
R=18.54%
G=16.85%
B=64.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33301150.710.7400.55242.1258.6228.43
Hex211E73474A037f23b1c
Octal41361631071120673627334
Binary1000011111011100111000111100101001101111111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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