#164FB5

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

Shades of Denim #164FB5

Tints of Denim #164FB5

Color information

#164FB5 (or 0x164FB5) is unknown color: approx Denim. HEX triplet: 16, 4F and B5. RGB value is (22,79,181). Sum of RGB (Red+Green+Blue) = 22+79+181=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #164FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FB5 is #E9B04A. Grayscale: #494949. Windows color (decimal): -15315019 or 11882262. OLE color: 11882262.

HSL color Cylindrical-coordinate representation of color #164FB5: hue angle of 218.49º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164FB5 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2279181-
CMYK0.880.5600.29
HSL218.49º78.33%39.8%-
HSV(B)218.49º87.85%70.98%-
XYZ11.479.144.87-
YUV73.58188.6291.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.80%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 181 (71.09% from 255) = 64.18%
R=7.80%
G=28.01%
B=64.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22791810.880.5600.29218.4978.3339.8
Hex164FB5583801Dda4e28
Octal261172651307003533211650
Binary101101001111101101011011000111000011101110110101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164FB5; }

 p { color: rgb(22,79,181); }

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

<style>
 a { background-color: #164FB5; }

 a { background-color: rgb(22,79,181); }

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

<style>
 span { border-color: #164FB5; }

 span { border-color: rgb(22,79,181); }

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