#166C8D

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

Shades of Allports #166C8D

Tints of Allports #166C8D

Color information

#166C8D (or 0x166C8D) is unknown color: approx Allports. HEX triplet: 16, 6C and 8D. RGB value is (22,108,141). Sum of RGB (Red+Green+Blue) = 22+108+141=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #166C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166C8D is #E99372. Grayscale: #555555. Windows color (decimal): -15307635 or 9268246. OLE color: 9268246.

HSL color Cylindrical-coordinate representation of color #166C8D: hue angle of 196.64º 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 #166C8D is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22108141-
CMYK0.840.2300.45
HSL196.64º73.01%31.96%-
HSV(B)196.64º84.4%55.29%-
XYZ10.512.8227.12-
YUV86.05159.0182.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=8.12%
G=39.85%
B=52.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221081410.840.2300.45196.6473.0131.96
Hex166C8D541702Dc54920
Octal261542151242705530511140
Binary101101101100100011011010100101110101101110001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,108,141); }

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

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

 a { background-color: rgb(22,108,141); }

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

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

 span { border-color: rgb(22,108,141); }

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