Html Css Color HEX #211E72 Midnight Blue

📋 copy color: '#211E72'

red 33 ◦ green 30 ◦ blue 114

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

Shades of Midnight Blue #211E72

Tints of Midnight Blue #211E72

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 value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211E72 (or 0x211E72) is known color: 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

RGB 33 30 114 -
CMYK 0.71 0.74 0 0.55
HSL 242.14º 0.58% 0.28% -
HSV(B) 242.14º 0.74% 0.45% -
XYZ 4.13 2.47 16.18 -
YUV 40.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 33 30 114 0.71 0.74 0 0.55 242.14 0.58 0.28
Hex 21 1E 72 47 4A 0 37 F2 3A 1C
Octal 41 36 162 107 112 0 67 362 72 34
Binary 100001 11110 1110010 1000111 1001010 0 110111 11110010 111010 11100

Color Harmonies of #211E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E72

Black with #211E72

Text Example


Text Example

White with #211E72

Text Example


Text Example

HTML Codes & Css Web 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>