#166EAE

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

Shades of Denim #166EAE

Tints of Denim #166EAE

Color information

#166EAE (or 0x166EAE) is unknown color: approx Denim. HEX triplet: 16, 6E and AE. RGB value is (22,110,174). Sum of RGB (Red+Green+Blue) = 22+110+174=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #166EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166EAE is #E99151. Grayscale: #5A5A5A. Windows color (decimal): -15307090 or 11431446. OLE color: 11431446.

HSL color Cylindrical-coordinate representation of color #166EAE: hue angle of 205.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166EAE is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB22110174-
CMYK0.870.3700.32
HSL205.26º77.55%38.43%-
HSV(B)205.26º87.36%68.24%-
XYZ13.5514.3842.11-
YUV90.98174.8578.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.19%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=7.19%
G=35.95%
B=56.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221101740.870.3700.32205.2677.5538.43
Hex166EAE5725020cd4e26
Octal261562561274504031511646
Binary1011011011101010111010101111001010100000110011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,110,174); }

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

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

 a { background-color: rgb(22,110,174); }

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

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

 span { border-color: rgb(22,110,174); }

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