#165A9A

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

Shades of Endeavour #165A9A

Tints of Endeavour #165A9A

Color information

#165A9A (or 0x165A9A) is unknown color: approx Endeavour. HEX triplet: 16, 5A and 9A. RGB value is (22,90,154). Sum of RGB (Red+Green+Blue) = 22+90+154=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #165A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A9A is #E9A565. Grayscale: #4C4C4C. Windows color (decimal): -15312230 or 10115606. OLE color: 10115606.

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

Color convert

RGB2290154-
CMYK0.860.4200.40
HSL209.09º75%34.51%-
HSV(B)209.09º85.71%60.39%-
XYZ9.829.8231.95-
YUV76.96171.4788.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=8.27%
G=33.83%
B=57.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22901540.860.4200.40209.097534.51
Hex165A9A562A028d14b23
Octal261322321265205032111343
Binary1011010110101001101010101101010100101000110100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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