#165EA5

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

Shades of Denim #165EA5

Tints of Denim #165EA5

Color information

#165EA5 (or 0x165EA5) is unknown color: approx Denim. HEX triplet: 16, 5E and A5. RGB value is (22,94,165). Sum of RGB (Red+Green+Blue) = 22+94+165=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #165EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165EA5 is #E9A15A. Grayscale: #505050. Windows color (decimal): -15311195 or 10837526. OLE color: 10837526.

HSL color Cylindrical-coordinate representation of color #165EA5: hue angle of 209.79º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165EA5 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2294165-
CMYK0.870.4300.35
HSL209.79º76.47%36.67%-
HSV(B)209.79º86.67%64.71%-
XYZ11.1310.8937.11-
YUV80.57175.6586.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.83%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=7.83%
G=33.45%
B=58.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22941650.870.4300.35209.7976.4736.67
Hex165EA5572B023d24c25
Octal261362451275304332211445
Binary1011010111101010010110101111010110100011110100101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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