#211E72

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

Shades of Midnight Blue #211E72

Tints of Midnight Blue #211E72

Color information

#211E72 (or 0x211E72) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 72. RGB value is (33,30,114). Sum of RGB (Red+Green+Blue) = 33+30+114=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #211E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E72 is #DEE18D. Grayscale: #282828. Windows color (decimal): -14606734 or 7478817. OLE color: 7478817.

HSL color Cylindrical-coordinate representation of color #211E72: hue angle of 242.14º degrees, saturation: 0.58, 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 #211E72 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3330114-
CMYK0.710.7400.55
HSL242.14º58.33%28.24%-
HSV(B)242.14º73.68%44.71%-
XYZ4.132.4716.18-
YUV40.47169.49122.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=18.64%
G=16.95%
B=64.41%

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
Decimal33301140.710.7400.55242.1458.3328.24
Hex211E72474A037f23a1c
Octal41361621071120673627234
Binary1000011111011100101000111100101001101111111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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