Html Css Color HEX #211173 Midnight Blue

📋 copy color: '#211173'

red 33 ◦ green 17 ◦ blue 115

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

Shades of Midnight Blue #211173

Tints of Midnight Blue #211173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 69.7%

R = 20%
G = 10.3%
B = 69.7%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211173 (or 0x211173) is known color: Midnight Blue. HEX triplet: 21, 11 and 73. RGB value is (33,17,115). Sum of RGB (Red+Green+Blue) = 33+17+115=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #211173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211173 is #DEEE8C. Grayscale: #202020. Windows color (decimal): -14610061 or 7541025. OLE color: 7541025.

HSL color Cylindrical-coordinate representation of color #211173: hue angle of 249.8º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211173 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 17 115 -
CMYK 0.71 0.85 0 0.55
HSL 249.8º 0.74% 0.26% -
HSV(B) 249.8º 0.85% 0.45% -
XYZ 3.92 1.96 16.39 -
YUV 32.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 33 17 115 0.71 0.85 0 0.55 249.8 0.74 0.26
Hex 21 11 73 47 55 0 37 FA 4A 1A
Octal 41 21 163 107 125 0 67 372 112 32
Binary 100001 10001 1110011 1000111 1010101 0 110111 11111010 1001010 11010

Color Harmonies of #211173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211173

Black with #211173

Text Example


Text Example

White with #211173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211173; }

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

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

background-color css

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

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

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

border-color css

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

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

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