#165CA5

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

Shades of Denim #165CA5

Tints of Denim #165CA5

Color information

#165CA5 (or 0x165CA5) is unknown color: approx Denim. HEX triplet: 16, 5C and A5. RGB value is (22,92,165). Sum of RGB (Red+Green+Blue) = 22+92+165=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #165CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CA5 is #E9A35A. Grayscale: #4F4F4F. Windows color (decimal): -15311707 or 10837014. OLE color: 10837014.

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

Color convert

RGB2292165-
CMYK0.870.4400.35
HSL210.63º76.47%36.67%-
HSV(B)210.63º86.67%64.71%-
XYZ10.9510.5437.05-
YUV79.39176.3187.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=7.89%
G=32.97%
B=59.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22921650.870.4400.35210.6376.4736.67
Hex165CA5572C023d34c25
Octal261342451275404332311445
Binary1011010111001010010110101111011000100011110100111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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