#166379

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

Shades of Allports #166379

Tints of Allports #166379

Color information

#166379 (or 0x166379) is unknown color: approx Allports. HEX triplet: 16, 63 and 79. RGB value is (22,99,121). Sum of RGB (Red+Green+Blue) = 22+99+121=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #166379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166379 is #E99C86. Grayscale: #4E4E4E. Windows color (decimal): -15309959 or 7955222. OLE color: 7955222.

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

Color convert

RGB2299121-
CMYK0.820.1800.53
HSL193.33º69.23%28.04%-
HSV(B)193.33º81.82%47.45%-
XYZ8.2410.4719.68-
YUV78.48151.9987.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 121 (47.66% from 255) = 50%
R=9.09%
G=40.91%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22991210.820.1800.53193.3369.2328.04
Hex1663795212035c1451c
Octal261431711222206530110534
Binary1011011000111111001101001010010011010111000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166379; }

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

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

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

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

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

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

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

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