#166F7D

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

Shades of Allports #166F7D

Tints of Allports #166F7D

Color information

#166F7D (or 0x166F7D) is unknown color: approx Allports. HEX triplet: 16, 6F and 7D. RGB value is (22,111,125). Sum of RGB (Red+Green+Blue) = 22+111+125=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #166F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F7D is #E99082. Grayscale: #555555. Windows color (decimal): -15306883 or 8220438. OLE color: 8220438.

HSL color Cylindrical-coordinate representation of color #166F7D: hue angle of 188.16º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166F7D is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22111125-
CMYK0.820.1100.51
HSL188.16º70.07%28.82%-
HSV(B)188.16º82.4%49.02%-
XYZ9.7213.0221.4-
YUV85.98150.0182.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=8.53%
G=43.02%
B=48.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221111250.820.1100.51188.1670.0728.82
Hex166F7D52B033bc461d
Octal261571751221306327410635
Binary101101101111111110110100101011011001110111100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166F7D; }

 p { color: rgb(22,111,125); }

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

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

 a { background-color: rgb(22,111,125); }

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

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

 span { border-color: rgb(22,111,125); }

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