#211E83

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

Shades of Midnight Blue #211E83

Tints of Midnight Blue #211E83

Color information

#211E83 (or 0x211E83) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 83. RGB value is (33,30,131). Sum of RGB (Red+Green+Blue) = 33+30+131=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #211E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E83 is #DEE17C. Grayscale: #2A2A2A. Windows color (decimal): -14606717 or 8592929. OLE color: 8592929.

HSL color Cylindrical-coordinate representation of color #211E83: hue angle of 241.78º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211E83 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3330131-
CMYK0.750.7700.49
HSL241.78º62.73%31.57%-
HSV(B)241.78º77.1%51.37%-
XYZ5.192.8921.76-
YUV42.41177.99121.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 131 (51.56% from 255) = 67.53%
R=17.01%
G=15.46%
B=67.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33301310.750.7700.49241.7862.7331.57
Hex211E834B4D031f23f20
Octal41362031131150613627740
Binary100001111101000001110010111001101011000111110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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