#166AB1

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

Shades of Denim #166AB1

Tints of Denim #166AB1

Color information

#166AB1 (or 0x166AB1) is unknown color: approx Denim. HEX triplet: 16, 6A and B1. RGB value is (22,106,177). Sum of RGB (Red+Green+Blue) = 22+106+177=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #166AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166AB1 is #E9954E. Grayscale: #585858. Windows color (decimal): -15308111 or 11627030. OLE color: 11627030.

HSL color Cylindrical-coordinate representation of color #166AB1: hue angle of 207.48º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166AB1 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22106177-
CMYK0.880.4000.31
HSL207.48º77.89%39.02%-
HSV(B)207.48º87.57%69.41%-
XYZ13.4213.6543.52-
YUV88.98177.6780.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 177 (69.53% from 255) = 58.03%
R=7.21%
G=34.75%
B=58.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221061770.880.4000.31207.4877.8939.02
Hex166AB1582801Fcf4e27
Octal261522611305003731711647
Binary101101101010101100011011000101000011111110011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,106,177); }

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

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

 a { background-color: rgb(22,106,177); }

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

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

 span { border-color: rgb(22,106,177); }

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