#165CA2

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

Shades of Denim #165CA2

Tints of Denim #165CA2

Color information

#165CA2 (or 0x165CA2) is unknown color: approx Denim. HEX triplet: 16, 5C and A2. RGB value is (22,92,162). Sum of RGB (Red+Green+Blue) = 22+92+162=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #165CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CA2 is #E9A35D. Grayscale: #4E4E4E. Windows color (decimal): -15311710 or 10640406. OLE color: 10640406.

HSL color Cylindrical-coordinate representation of color #165CA2: hue angle of 210º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165CA2 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2292162-
CMYK0.860.4300.36
HSL210º76.09%36.08%-
HSV(B)210º86.42%63.53%-
XYZ10.6810.4335.63-
YUV79.05174.8187.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 162 (63.67% from 255) = 58.70%
R=7.97%
G=33.33%
B=58.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22921620.860.4300.3621076.0936.08
Hex165CA2562B024d24c24
Octal261342421265304432211444
Binary1011010111001010001010101101010110100100110100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,92,162); }

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

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

 a { background-color: rgb(22,92,162); }

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

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

 span { border-color: rgb(22,92,162); }

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