#165ba0

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

Shades of Endeavour #165BA0

Tints of Endeavour #165BA0

Color information

#165BA0 (or 0x165BA0) is unknown color: approx Endeavour. HEX triplet: 16, 5B and A0. RGB value is (22,91,160). Sum of RGB (Red+Green+Blue) = 22+91+160=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #165BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165BA0 is #E9A45F. Grayscale: #4D4D4D. Windows color (decimal): -15311968 or 10509078. OLE color: 10509078.

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

Color convert

RGB2291160-
CMYK0.860.4300.37
HSL210º75.82%35.69%-
HSV(B)210º86.25%62.75%-
XYZ10.4210.1934.68-
YUV78.23174.1487.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 58.61%
R=8.06%
G=33.33%
B=58.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22911600.860.4300.3721075.8235.69
Hex165BA0562B025d24c24
Octal261332401265304532211444
Binary1011010110111010000010101101010110100101110100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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