#166D8B

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

Shades of Allports #166D8B

Tints of Allports #166D8B

Color information

#166D8B (or 0x166D8B) is unknown color: approx Allports. HEX triplet: 16, 6D and 8B. RGB value is (22,109,139). Sum of RGB (Red+Green+Blue) = 22+109+139=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #166D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166D8B is #E99274. Grayscale: #565656. Windows color (decimal): -15307381 or 9137430. OLE color: 9137430.

HSL color Cylindrical-coordinate representation of color #166D8B: hue angle of 195.38º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166D8B is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22109139-
CMYK0.840.2200.45
HSL195.38º72.67%31.57%-
HSV(B)195.38º84.17%54.51%-
XYZ10.4612.9726.38-
YUV86.41157.6882.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.15%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=8.15%
G=40.37%
B=51.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221091390.840.2200.45195.3872.6731.57
Hex166D8B541602Dc34920
Octal261552131242605530311140
Binary101101101101100010111010100101100101101110000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,109,139); }

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

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

 a { background-color: rgb(22,109,139); }

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

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

 span { border-color: rgb(22,109,139); }

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