#166F8A

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

Shades of Allports #166F8A

Tints of Allports #166F8A

Color information

#166F8A (or 0x166F8A) is unknown color: approx Allports. HEX triplet: 16, 6F and 8A. RGB value is (22,111,138). Sum of RGB (Red+Green+Blue) = 22+111+138=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #166F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166F8A is #E99075. Grayscale: #575757. Windows color (decimal): -15306870 or 9072406. OLE color: 9072406.

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

Color convert

RGB22111138-
CMYK0.840.2000.46
HSL193.97º72.5%31.37%-
HSV(B)193.97º84.06%54.12%-
XYZ10.613.3726.07-
YUV87.47156.5181.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=8.12%
G=40.96%
B=50.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal221111380.840.2000.46193.9772.531.37
Hex166F8A541402Ec2481f
Octal261572121242405630211037
Binary10110110111110001010101010010100010111011000010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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