#165D93

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

Shades of Endeavour #165D93

Tints of Endeavour #165D93

Color information

#165D93 (or 0x165D93) is unknown color: approx Endeavour. HEX triplet: 16, 5D and 93. RGB value is (22,93,147). Sum of RGB (Red+Green+Blue) = 22+93+147=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #165D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165D93 is #E9A26C. Grayscale: #4D4D4D. Windows color (decimal): -15311469 or 9657622. OLE color: 9657622.

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

Color convert

RGB2293147-
CMYK0.850.3700.42
HSL205.92º73.96%33.14%-
HSV(B)205.92º85.03%57.65%-
XYZ9.5110.1129.05-
YUV77.93166.9888.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=8.40%
G=35.50%
B=56.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22931470.850.3700.42205.9273.9633.14
Hex165D93552502Ace4a21
Octal261352231254505231611241
Binary1011010111011001001110101011001010101010110011101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,93,147); }

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

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

 a { background-color: rgb(22,93,147); }

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

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

 span { border-color: rgb(22,93,147); }

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