#221178

Color #221178 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #221178

Tints of Midnight Blue #221178

Color information

#221178 (or 0x221178) is unknown color: approx 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

RGB3417120-
CMYK0.720.8600.53
HSL249.9º75.18%26.86%-
HSV(B)249.9º85.83%47.06%-
XYZ4.252.117.95-
YUV33.83176.63128.12-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34171200.720.8600.53249.975.1826.86
Hex2211784856035fa4b1b
Octal422117011012606537211333
Binary10001010001111100010010001010110011010111111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>