#165E9E

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

Shades of Endeavour #165E9E

Tints of Endeavour #165E9E

Color information

#165E9E (or 0x165E9E) is unknown color: approx Endeavour. HEX triplet: 16, 5E and 9E. RGB value is (22,94,158). Sum of RGB (Red+Green+Blue) = 22+94+158=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #165E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165E9E is #E9A161. Grayscale: #4F4F4F. Windows color (decimal): -15311202 or 10378774. OLE color: 10378774.

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

Color convert

RGB2294158-
CMYK0.860.4100.38
HSL208.24º75.56%35.29%-
HSV(B)208.24º86.08%61.96%-
XYZ10.5110.6433.85-
YUV79.77172.1586.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=8.03%
G=34.31%
B=57.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22941580.860.4100.38208.2475.5635.29
Hex165E9E5629026d04c23
Octal261362361265104632011443
Binary1011010111101001111010101101010010100110110100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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