#166179

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

Shades of Allports #166179

Tints of Allports #166179

Color information

#166179 (or 0x166179) is unknown color: approx Allports. HEX triplet: 16, 61 and 79. RGB value is (22,97,121). Sum of RGB (Red+Green+Blue) = 22+97+121=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #166179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166179 is #E99E86. Grayscale: #4D4D4D. Windows color (decimal): -15310471 or 7954710. OLE color: 7954710.

HSL color Cylindrical-coordinate representation of color #166179: hue angle of 194.55º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166179 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2297121-
CMYK0.820.2000.53
HSL194.55º69.23%28.04%-
HSV(B)194.55º81.82%47.45%-
XYZ8.0610.119.61-
YUV77.31152.6588.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=9.17%
G=40.42%
B=50.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22971210.820.2000.53194.5569.2328.04
Hex1661795214035c3451c
Octal261411711222406530310534
Binary1011011000011111001101001010100011010111000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166179; }

 p { color: rgb(22,97,121); }

 H1.HeaderClassName
 {
   color: #166179;
 }
 .AnyTagClassName
 {
   color: #166179;
 }
</style>
background-color css

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

 a { background-color: rgb(22,97,121); }

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

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

 span { border-color: rgb(22,97,121); }

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