#166F96

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

Shades of Allports #166F96

Tints of Allports #166F96

Color information

#166F96 (or 0x166F96) is unknown color: approx Allports. HEX triplet: 16, 6F and 96. RGB value is (22,111,150). Sum of RGB (Red+Green+Blue) = 22+111+150=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #166F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166F96 is #E99069. Grayscale: #585858. Windows color (decimal): -15306858 or 9858838. OLE color: 9858838.

HSL color Cylindrical-coordinate representation of color #166F96: hue angle of 198.28º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166F96 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB22111150-
CMYK0.850.2600.41
HSL198.28º74.42%33.73%-
HSV(B)198.28º85.33%58.82%-
XYZ11.5213.7430.9-
YUV88.84162.5180.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.77%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=7.77%
G=39.22%
B=53.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221111500.850.2600.41198.2874.4233.73
Hex166F96551A029c64a22
Octal261572261253205130611242
Binary101101101111100101101010101110100101001110001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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