Html Css Color HEX #211178 Midnight Blue

📋 copy color: '#211178'

red 33 ◦ green 17 ◦ blue 120

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

Shades of Midnight Blue #211178

Tints of Midnight Blue #211178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 70.59%

R = 19.41%
G = 10%
B = 70.59%

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

#211178 (or 0x211178) is known color: Midnight Blue. HEX triplet: 21, 11 and 78. RGB value is (33,17,120). Sum of RGB (Red+Green+Blue) = 33+17+120=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #211178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211178 is #DEEE87. Grayscale: #212121. Windows color (decimal): -14610056 or 7868705. OLE color: 7868705.

HSL color Cylindrical-coordinate representation of color #211178: hue angle of 249.32º 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 #211178 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 17 120 -
CMYK 0.72 0.86 0 0.53
HSL 249.32º 0.75% 0.27% -
HSV(B) 249.32º 0.86% 0.47% -
XYZ 4.22 2.08 17.95 -
YUV 33.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 33 17 120 0.72 0.86 0 0.53 249.32 0.75 0.27
Hex 21 11 78 48 56 0 35 F9 4B 1B
Octal 41 21 170 110 126 0 65 371 113 33
Binary 100001 10001 1111000 1001000 1010110 0 110101 11111001 1001011 11011

Color Harmonies of #211178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211178

Black with #211178

Text Example


Text Example

White with #211178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211178; }

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

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

background-color css

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

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

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

border-color css

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

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

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