#166871

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

Shades of Allports #166871

Tints of Allports #166871

Color information

#166871 (or 0x166871) is unknown color: approx Allports. HEX triplet: 16, 68 and 71. RGB value is (22,104,113). Sum of RGB (Red+Green+Blue) = 22+104+113=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #166871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166871 is #E9978E. Grayscale: #505050. Windows color (decimal): -15308687 or 7432214. OLE color: 7432214.

HSL color Cylindrical-coordinate representation of color #166871: hue angle of 185.93º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166871 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB22104113-
CMYK0.810.0800.56
HSL185.93º67.41%26.47%-
HSV(B)185.93º80.53%44.31%-
XYZ8.2611.2617.36-
YUV80.51146.3386.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=9.21%
G=43.51%
B=47.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal221041130.810.0800.56185.9367.4126.47
Hex166871518038ba431a
Octal261501611211007027210332
Binary101101101000111000110100011000011100010111010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166871; }

 p { color: rgb(22,104,113); }

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

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

 a { background-color: rgb(22,104,113); }

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

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

 span { border-color: rgb(22,104,113); }

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