Html Css Color HEX #211177 Midnight Blue

📋 copy color: '#211177'

red 33 ◦ green 17 ◦ blue 119

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

Shades of Midnight Blue #211177

Tints of Midnight Blue #211177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 119 (46.88% from 255) = 70.41%

R = 19.53%
G = 10.06%
B = 70.41%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211177 (or 0x211177) is known color: Midnight Blue. HEX triplet: 21, 11 and 77. RGB value is (33,17,119). Sum of RGB (Red+Green+Blue) = 33+17+119=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #211177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211177 is #DEEE88. Grayscale: #212121. Windows color (decimal): -14610057 or 7803169. OLE color: 7803169.

HSL color Cylindrical-coordinate representation of color #211177: hue angle of 249.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211177 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 17 119 -
CMYK 0.72 0.86 0 0.53
HSL 249.41º 0.75% 0.27% -
HSV(B) 249.41º 0.86% 0.47% -
XYZ 4.16 2.06 17.63 -
YUV 33.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 33 17 119 0.72 0.86 0 0.53 249.41 0.75 0.27
Hex 21 11 77 48 56 0 35 F9 4B 1B
Octal 41 21 167 110 126 0 65 371 113 33
Binary 100001 10001 1110111 1001000 1010110 0 110101 11111001 1001011 11011

Color Harmonies of #211177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211177

Black with #211177

Text Example


Text Example

White with #211177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211177; }

 p { color: rgb(33,17,119); }

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

background-color css

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

 a { background-color: rgb(33,17,119); }

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

border-color css

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

 span { border-color: rgb(33,17,119); }

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