#165EB1

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

Shades of Denim #165EB1

Tints of Denim #165EB1

Color information

#165EB1 (or 0x165EB1) is unknown color: approx Denim. HEX triplet: 16, 5E and B1. RGB value is (22,94,177). Sum of RGB (Red+Green+Blue) = 22+94+177=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #165EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165EB1 is #E9A14E. Grayscale: #515151. Windows color (decimal): -15311183 or 11623958. OLE color: 11623958.

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

Color convert

RGB2294177-
CMYK0.880.4700.31
HSL212.13º77.89%39.02%-
HSV(B)212.13º87.57%69.41%-
XYZ12.2711.3543.14-
YUV81.93181.6585.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.51%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=7.51%
G=32.08%
B=60.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22941770.880.4700.31212.1377.8939.02
Hex165EB1582F01Fd44e27
Octal261362611305703732411647
Binary101101011110101100011011000101111011111110101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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