#166FAE

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

Shades of Denim #166FAE

Tints of Denim #166FAE

Color information

#166FAE (or 0x166FAE) is unknown color: approx Denim. HEX triplet: 16, 6F and AE. RGB value is (22,111,174). Sum of RGB (Red+Green+Blue) = 22+111+174=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #166FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166FAE is #E99051. Grayscale: #5B5B5B. Windows color (decimal): -15306834 or 11431702. OLE color: 11431702.

HSL color Cylindrical-coordinate representation of color #166FAE: hue angle of 204.87º 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 #166FAE is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB22111174-
CMYK0.870.3600.32
HSL204.87º77.55%38.43%-
HSV(B)204.87º87.36%68.24%-
XYZ13.6614.642.14-
YUV91.57174.5178.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=7.17%
G=36.16%
B=56.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221111740.870.3600.32204.8777.5538.43
Hex166FAE5724020cd4e26
Octal261572561274404031511646
Binary1011011011111010111010101111001000100000110011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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