#165aa2

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

Shades of Denim #165AA2

Tints of Denim #165AA2

Color information

#165AA2 (or 0x165AA2) is unknown color: approx Denim. HEX triplet: 16, 5A and A2. RGB value is (22,90,162). Sum of RGB (Red+Green+Blue) = 22+90+162=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #165AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165AA2 is #E9A55D. Grayscale: #4D4D4D. Windows color (decimal): -15312222 or 10639894. OLE color: 10639894.

HSL color Cylindrical-coordinate representation of color #165AA2: hue angle of 210.86º 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 #165AA2 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2290162-
CMYK0.860.4400.36
HSL210.86º76.09%36.08%-
HSV(B)210.86º86.42%63.53%-
XYZ10.5110.0935.58-
YUV77.88175.4788.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 162 (63.67% from 255) = 59.12%
R=8.03%
G=32.85%
B=59.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22901620.860.4400.36210.8676.0936.08
Hex165AA2562C024d34c24
Octal261322421265404432311444
Binary1011010110101010001010101101011000100100110100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165aa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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