Html Css Color HEX #211174 Midnight Blue

📋 copy color: '#211174'

red 33 ◦ green 17 ◦ blue 116

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

Shades of Midnight Blue #211174

Tints of Midnight Blue #211174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 69.88%

R = 19.88%
G = 10.24%
B = 69.88%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211174 (or 0x211174) is known color: Midnight Blue. HEX triplet: 21, 11 and 74. RGB value is (33,17,116). Sum of RGB (Red+Green+Blue) = 33+17+116=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #211174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211174 is #DEEE8B. Grayscale: #202020. Windows color (decimal): -14610060 or 7606561. OLE color: 7606561.

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

Color convert

RGB 33 17 116 -
CMYK 0.72 0.85 0 0.55
HSL 249.7º 0.74% 0.26% -
HSV(B) 249.7º 0.85% 0.45% -
XYZ 3.98 1.99 16.7 -
YUV 33.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 33 17 116 0.72 0.85 0 0.55 249.7 0.74 0.26
Hex 21 11 74 48 55 0 37 FA 4A 1A
Octal 41 21 164 110 125 0 67 372 112 32
Binary 100001 10001 1110100 1001000 1010101 0 110111 11111010 1001010 11010

Color Harmonies of #211174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211174

Black with #211174

Text Example


Text Example

White with #211174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211174; }

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

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

background-color css

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

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

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

border-color css

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

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

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