#165992

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

Shades of Endeavour #165992

Tints of Endeavour #165992

Color information

#165992 (or 0x165992) is unknown color: approx Endeavour. HEX triplet: 16, 59 and 92. RGB value is (22,89,146). Sum of RGB (Red+Green+Blue) = 22+89+146=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #165992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165992 is #E9A66D. Grayscale: #4B4B4B. Windows color (decimal): -15312494 or 9591062. OLE color: 9591062.

HSL color Cylindrical-coordinate representation of color #165992: hue angle of 207.58º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165992 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2289146-
CMYK0.850.3900.43
HSL207.58º73.81%32.94%-
HSV(B)207.58º84.93%57.25%-
XYZ9.099.3928.53-
YUV75.46167.889.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=8.56%
G=34.63%
B=56.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22891460.850.3900.43207.5873.8132.94
Hex165992552702Bd04a21
Octal261312221254705332011241
Binary1011010110011001001010101011001110101011110100001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165992; }

 p { color: rgb(22,89,146); }

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

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

 a { background-color: rgb(22,89,146); }

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

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

 span { border-color: rgb(22,89,146); }

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