#165E9D

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

Shades of Endeavour #165E9D

Tints of Endeavour #165E9D

Color information

#165E9D (or 0x165E9D) is unknown color: approx Endeavour. HEX triplet: 16, 5E and 9D. RGB value is (22,94,157). Sum of RGB (Red+Green+Blue) = 22+94+157=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #165E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165E9D is #E9A162. Grayscale: #4F4F4F. Windows color (decimal): -15311203 or 10313238. OLE color: 10313238.

HSL color Cylindrical-coordinate representation of color #165E9D: hue angle of 208º 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 #165E9D is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2294157-
CMYK0.860.4000.38
HSL208º75.42%35.1%-
HSV(B)208º85.99%61.57%-
XYZ10.4210.6133.4-
YUV79.65171.6586.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=8.06%
G=34.43%
B=57.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22941570.860.4000.3820875.4235.1
Hex165E9D5628026d04b23
Octal261362351265004632011343
Binary1011010111101001110110101101010000100110110100001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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