#165A90

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

Shades of Endeavour #165A90

Tints of Endeavour #165A90

Color information

#165A90 (or 0x165A90) is unknown color: approx Endeavour. HEX triplet: 16, 5A and 90. RGB value is (22,90,144). Sum of RGB (Red+Green+Blue) = 22+90+144=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #165A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A90 is #E9A56F. Grayscale: #4B4B4B. Windows color (decimal): -15312240 or 9460246. OLE color: 9460246.

HSL color Cylindrical-coordinate representation of color #165A90: hue angle of 206.56º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165A90 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2290144-
CMYK0.850.3700.44
HSL206.56º73.49%32.55%-
HSV(B)206.56º84.72%56.47%-
XYZ9.029.527.74-
YUV75.82166.4789.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=8.59%
G=35.16%
B=56.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22901440.850.3700.44206.5673.4932.55
Hex165A90552502Ccf4921
Octal261322201254505431711141
Binary1011010110101001000010101011001010101100110011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,144); }

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

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

 a { background-color: rgb(22,90,144); }

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

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

 span { border-color: rgb(22,90,144); }

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