#166679

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

Shades of Allports #166679

Tints of Allports #166679

Color information

#166679 (or 0x166679) is unknown color: approx Allports. HEX triplet: 16, 66 and 79. RGB value is (22,102,121). Sum of RGB (Red+Green+Blue) = 22+102+121=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #166679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166679 is #E99986. Grayscale: #505050. Windows color (decimal): -15309191 or 7955990. OLE color: 7955990.

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

Color convert

RGB22102121-
CMYK0.820.1600.53
HSL191.52º69.23%28.04%-
HSV(B)191.52º81.82%47.45%-
XYZ8.5311.0519.77-
YUV80.2515186.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=8.98%
G=41.63%
B=49.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221021210.820.1600.53191.5269.2328.04
Hex1666795210035c0451c
Octal261461711222006530010534
Binary1011011001101111001101001010000011010111000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166679; }

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

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

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

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

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

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

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

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