#166EC5

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

Shades of Denim #166EC5

Tints of Denim #166EC5

Color information

#166EC5 (or 0x166EC5) is unknown color: approx Denim. HEX triplet: 16, 6E and C5. RGB value is (22,110,197). Sum of RGB (Red+Green+Blue) = 22+110+197=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #166EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EC5 is #E9913A. Grayscale: #5D5D5D. Windows color (decimal): -15307067 or 12938774. OLE color: 12938774.

HSL color Cylindrical-coordinate representation of color #166EC5: hue angle of 209.83º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166EC5 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB22110197-
CMYK0.890.4400.23
HSL209.83º79.91%42.94%-
HSV(B)209.83º88.83%77.25%-
XYZ15.9815.3554.94-
YUV93.61186.3576.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.69%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 197 (77.34% from 255) = 59.88%
R=6.69%
G=33.43%
B=59.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal221101970.890.4400.23209.8379.9142.94
Hex166EC5592C017d2502b
Octal261563051315402732212053
Binary101101101110110001011011001101100010111110100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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