#211E6E

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

Shades of Midnight Blue #211E6E

Tints of Midnight Blue #211E6E

Color information

#211E6E (or 0x211E6E) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 6E. RGB value is (33,30,110). Sum of RGB (Red+Green+Blue) = 33+30+110=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #211E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E6E is #DEE191. Grayscale: #272727. Windows color (decimal): -14606738 or 7216673. OLE color: 7216673.

HSL color Cylindrical-coordinate representation of color #211E6E: hue angle of 242.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211E6E is Cyan = 0.7, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3330110-
CMYK0.70.7300.57
HSL242.25º57.14%27.45%-
HSV(B)242.25º72.73%43.14%-
XYZ3.912.3815-
YUV40.02167.49123-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=19.08%
G=17.34%
B=63.58%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33301100.70.7300.57242.2557.1427.45
Hex211E6E4649039f2391b
Octal41361561061110713627133
Binary1000011111011011101000110100100101110011111001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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