Html Css Color HEX #211E71 Midnight Blue

📋 copy color: '#211E71'

red 33 ◦ green 30 ◦ blue 113

#211E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #211E71

Tints of Midnight Blue #211E71

RGB

 RED value IS 33 (13.28% from 255) = 18.75%

 GREEN value IS 30 (12.11% from 255) = 17.05%

 BLUE value IS 113 (44.53% from 255) = 64.2%

R = 18.75%
G = 17.05%
B = 64.2%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211E71 (or 0x211E71) is known color: Midnight Blue. HEX triplet: 21, 1E and 71. RGB value is (33,30,113). Sum of RGB (Red+Green+Blue) = 33+30+113=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #211E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E71 is #DEE18E. Grayscale: #282828. Windows color (decimal): -14606735 or 7413281. OLE color: 7413281.

HSL color Cylindrical-coordinate representation of color #211E71: hue angle of 242.17º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211E71 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 30 113 -
CMYK 0.71 0.73 0 0.56
HSL 242.17º 0.58% 0.28% -
HSV(B) 242.17º 0.73% 0.44% -
XYZ 4.07 2.44 15.88 -
YUV 40.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 33 30 113 0.71 0.73 0 0.56 242.17 0.58 0.28
Hex 21 1E 71 47 49 0 38 F2 3A 1C
Octal 41 36 161 107 111 0 70 362 72 34
Binary 100001 11110 1110001 1000111 1001001 0 111000 11110010 111010 11100

Color Harmonies of #211E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E71

Black with #211E71

Text Example


Text Example

White with #211E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #211E71;
 }
 .AnyTagClassName
 {
   color: #211E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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