#166B8A

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

Shades of Allports #166B8A

Tints of Allports #166B8A

Color information

#166B8A (or 0x166B8A) is unknown color: approx Allports. HEX triplet: 16, 6B and 8A. RGB value is (22,107,138). Sum of RGB (Red+Green+Blue) = 22+107+138=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #166B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166B8A is #E99475. Grayscale: #545454. Windows color (decimal): -15307894 or 9071382. OLE color: 9071382.

HSL color Cylindrical-coordinate representation of color #166B8A: hue angle of 196.03º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166B8A is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB22107138-
CMYK0.840.2200.46
HSL196.03º72.5%31.37%-
HSV(B)196.03º84.06%54.12%-
XYZ10.1812.5225.93-
YUV85.12157.8482.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=8.24%
G=40.07%
B=51.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal221071380.840.2200.46196.0372.531.37
Hex166B8A541602Ec4481f
Octal261532121242605630411037
Binary10110110101110001010101010010110010111011000100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,107,138); }

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

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

 a { background-color: rgb(22,107,138); }

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

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

 span { border-color: rgb(22,107,138); }

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