#165EB2

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

Shades of Denim #165EB2

Tints of Denim #165EB2

Color information

#165EB2 (or 0x165EB2) is unknown color: approx Denim. HEX triplet: 16, 5E and B2. RGB value is (22,94,178). Sum of RGB (Red+Green+Blue) = 22+94+178=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 178 (69.92% from 255 or 60.54% from 294); Max value from RGB is 178 - color contains mainly: blue. Hex color #165EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165EB2 is #E9A14D. Grayscale: #515151. Windows color (decimal): -15311182 or 11689494. OLE color: 11689494.

HSL color Cylindrical-coordinate representation of color #165EB2: hue angle of 212.31º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165EB2 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2294178-
CMYK0.880.4700.30
HSL212.31º78%39.22%-
HSV(B)212.31º87.64%69.8%-
XYZ12.3711.3943.67-
YUV82.05182.1585.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.48%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 178 (69.92% from 255) = 60.54%
R=7.48%
G=31.97%
B=60.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22941780.880.4700.30212.317839.22
Hex165EB2582F01Ed44e27
Octal261362621305703632411647
Binary101101011110101100101011000101111011110110101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165EB2; }

 p { color: rgb(22,94,178); }

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

<style>
 a { background-color: #165EB2; }

 a { background-color: rgb(22,94,178); }

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

<style>
 span { border-color: #165EB2; }

 span { border-color: rgb(22,94,178); }

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