Html Css Color HEX #221178 Midnight Blue

📋 copy color: '#221178'

red 34 ◦ green 17 ◦ blue 120

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

Shades of Midnight Blue #221178

Tints of Midnight Blue #221178

RGB

 RED value IS 34 (13.67% from 255) = 19.88%

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

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

R = 19.88%
G = 9.94%
B = 70.18%

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

#221178 (or 0x221178) is known color: Midnight Blue. HEX triplet: 22, 11 and 78. RGB value is (34,17,120). Sum of RGB (Red+Green+Blue) = 34+17+120=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #221178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221178 is #DDEE87. Grayscale: #212121. Windows color (decimal): -14544520 or 7868706. OLE color: 7868706.

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

Color convert

RGB 34 17 120 -
CMYK 0.72 0.86 0 0.53
HSL 249.9º 0.75% 0.27% -
HSV(B) 249.9º 0.86% 0.47% -
XYZ 4.25 2.1 17.95 -
YUV 33.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 34 17 120 0.72 0.86 0 0.53 249.9 0.75 0.27
Hex 22 11 78 48 56 0 35 FA 4B 1B
Octal 42 21 170 110 126 0 65 372 113 33
Binary 100010 10001 1111000 1001000 1010110 0 110101 11111010 1001011 11011

Color Harmonies of #221178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221178

Black with #221178

Text Example


Text Example

White with #221178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221178; }

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

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

background-color css

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

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

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

border-color css

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

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

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