Html Css Color HEX #211079 Midnight Blue

📋 copy color: '#211079'

red 33 ◦ green 16 ◦ blue 121

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

Shades of Midnight Blue #211079

Tints of Midnight Blue #211079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 121 (47.66% from 255) = 71.18%

R = 19.41%
G = 9.41%
B = 71.18%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211079 (or 0x211079) is known color: Midnight Blue. HEX triplet: 21, 10 and 79. RGB value is (33,16,121). Sum of RGB (Red+Green+Blue) = 33+16+121=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #211079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211079 is #DEEF86. Grayscale: #202020. Windows color (decimal): -14610311 or 7933985. OLE color: 7933985.

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

Color convert

RGB 33 16 121 -
CMYK 0.73 0.87 0 0.53
HSL 249.71º 0.77% 0.27% -
HSV(B) 249.71º 0.87% 0.47% -
XYZ 4.26 2.07 18.26 -
YUV 33.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 33 16 121 0.73 0.87 0 0.53 249.71 0.77 0.27
Hex 21 10 79 49 57 0 35 FA 4D 1B
Octal 41 20 171 111 127 0 65 372 115 33
Binary 100001 10000 1111001 1001001 1010111 0 110101 11111010 1001101 11011

Color Harmonies of #211079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211079

Black with #211079

Text Example


Text Example

White with #211079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211079; }

 p { color: rgb(33,16,121); }

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

background-color css

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

 a { background-color: rgb(33,16,121); }

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

border-color css

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

 span { border-color: rgb(33,16,121); }

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