#165B9D

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

Shades of Endeavour #165B9D

Tints of Endeavour #165B9D

Color information

#165B9D (or 0x165B9D) is unknown color: approx Endeavour. HEX triplet: 16, 5B and 9D. RGB value is (22,91,157). Sum of RGB (Red+Green+Blue) = 22+91+157=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #165B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165B9D is #E9A462. Grayscale: #4D4D4D. Windows color (decimal): -15311971 or 10312470. OLE color: 10312470.

HSL color Cylindrical-coordinate representation of color #165B9D: hue angle of 209.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165B9D is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2291157-
CMYK0.860.4200.38
HSL209.33º75.42%35.1%-
HSV(B)209.33º85.99%61.57%-
XYZ10.1610.0933.31-
YUV77.89172.6488.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.15%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 157 (61.72% from 255) = 58.15%
R=8.15%
G=33.70%
B=58.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22911570.860.4200.38209.3375.4235.1
Hex165B9D562A026d14b23
Octal261332351265204632111343
Binary1011010110111001110110101101010100100110110100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,91,157); }

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

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

 a { background-color: rgb(22,91,157); }

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

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

 span { border-color: rgb(22,91,157); }

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