#166AA9

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

Shades of Denim #166AA9

Tints of Denim #166AA9

Color information

#166AA9 (or 0x166AA9) is unknown color: approx Denim. HEX triplet: 16, 6A and A9. RGB value is (22,106,169). Sum of RGB (Red+Green+Blue) = 22+106+169=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #166AA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166AA9 is #E99556. Grayscale: #575757. Windows color (decimal): -15308119 or 11102742. OLE color: 11102742.

HSL color Cylindrical-coordinate representation of color #166AA9: hue angle of 205.71º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166AA9 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB22106169-
CMYK0.870.3700.34
HSL205.71º76.96%37.45%-
HSV(B)205.71º86.98%66.27%-
XYZ12.6513.3439.45-
YUV88.07173.6780.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=7.41%
G=35.69%
B=56.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221061690.870.3700.34205.7176.9637.45
Hex166AA95725022ce4d25
Octal261522511274504231611545
Binary1011011010101010100110101111001010100010110011101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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